Re: [PATCH] drivers: power: goldfish: use resource_size()

2013-03-31 Thread Anton Vorontsov
On Sun, Mar 17, 2013 at 10:01:34AM +0200, Silviu-Mihai Popescu wrote: > This uses the resource_size() function instead of explicit computation. > > Signed-off-by: Silviu-Mihai Popescu > --- Applied, thanks! Anton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] drivers: power: goldfish: use resource_size()

2013-03-17 Thread Silviu-Mihai Popescu
This uses the resource_size() function instead of explicit computation. Signed-off-by: Silviu-Mihai Popescu --- drivers/power/goldfish_battery.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/goldfish_battery.c b/drivers/power/goldfish_battery.c index c10f46