Re: [PATCH 1/2] i2c: bcm2835: Use devm_ioremap_resource()

2014-03-09 Thread Wolfram Sang
On Tue, Feb 11, 2014 at 10:02:36PM +0900, Jingoo Han wrote: > Use devm_ioremap_resource() in order to make the code simpler, > and remove redundant return value check of platform_get_resource() > because the value is checked by devm_ioremap_resource(). > > Signed-off-by: Jingoo Han Applied to fo

Re: [PATCH 1/2] i2c: bcm2835: Use devm_ioremap_resource()

2014-02-11 Thread Stephen Warren
On 02/11/2014 06:02 AM, Jingoo Han wrote: > Use devm_ioremap_resource() in order to make the code simpler, > and remove redundant return value check of platform_get_resource() > because the value is checked by devm_ioremap_resource(). Acked-by: Stephen Warren -- To unsubscribe from this list: sen

[PATCH 1/2] i2c: bcm2835: Use devm_ioremap_resource()

2014-02-11 Thread Jingoo Han
Use devm_ioremap_resource() in order to make the code simpler, and remove redundant return value check of platform_get_resource() because the value is checked by devm_ioremap_resource(). Signed-off-by: Jingoo Han --- drivers/i2c/busses/i2c-bcm2835.c | 24 1 file change