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
Hi,
On Sat, Feb 12, 2011 at 2:49 AM, Meador Inge 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 '.../drivers/mailbox/