[PATCH linux-next] macintosh/macio-adb: replace of_node_put() with __free

2024-04-24 Thread sundar
use the new cleanup magic to replace of_node_put() with __free(device_node) marking to auto release when they get out of scope. Suggested-by: Julia Lawall Signed-off-by: sundar --- drivers/macintosh/macio-adb.c | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions

Re: [RFC] Inter-processor Mailboxes Drivers

2011-02-11 Thread Sundar
Hi, On Sat, Feb 12, 2011 at 2:49 AM, Meador Inge meador_i...@mentor.com wrote:    1. Hardware specific bits somewhere under '.../arch/*'.  Drivers       for the MPIC message registers on Power and OMAP4 mailboxes, for       example. Yes; this can help.    2. A higher level driver under