Re: [PATCH 2/4] clocksource: bcm2835: use the device_node pointer passed to init

2013-02-08 Thread Stephen Warren
On 02/07/2013 12:09 PM, Rob Herring wrote: > From: Rob Herring > > We've already matched the node, so use the node pointer passed in. Patches 1 & 2, Tested-by: Stephen Warren (i.e. with my bcm2835 hat on:-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

[PATCH 2/4] clocksource: bcm2835: use the device_node pointer passed to init

2013-02-07 Thread Rob Herring
From: Rob Herring We've already matched the node, so use the node pointer passed in. Signed-off-by: Rob Herring Cc: Stephen Warren Cc: John Stultz Cc: Thomas Gleixner --- drivers/clocksource/bcm2835_timer.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/d