Re: [PATCH 3/3] drivers/serial/uartlite.c: Add missing of_node_put

2007-12-04 Thread Peter Korsgaard
> "Julia" == Julia Lawall <[EMAIL PROTECTED]> writes: Julia> From: Julia Lawall <[EMAIL PROTECTED]> Julia> There should be an of_node_put when breaking out of a loop Julia> that iterates using for_each_compatible_node. .. Julia> Signed-off-by: Julia Lawall <[EMAIL PROTECTED]> Acked-by:

Re: [PATCH 3/3] drivers/serial/uartlite.c: Add missing of_node_put

2007-12-03 Thread Grant Likely
Julia Lawall diku.dk> writes: > There should be an of_node_put when breaking out of a loop that iterates > using for_each_compatible_node. > > > Signed-off-by: Julia Lawall diku.dk> Acked-by: Grant Likely <[EMAIL PROTECTED]> And this should go in for .24 g. -- To unsubscribe from this list

[PATCH 3/3] drivers/serial/uartlite.c: Add missing of_node_put

2007-12-02 Thread Julia Lawall
From: Julia Lawall <[EMAIL PROTECTED]> There should be an of_node_put when breaking out of a loop that iterates using for_each_compatible_node. This was detected and fixed using the following semantic patch. (http://www.emn.fr/x-info/coccinelle/) // @@ identifier d; type T; expression e; iterat