Re: [PATCH] drivers: mmc: host: Use resource_size()

2013-03-22 Thread Chris Ball
Hi, On Mon, Mar 11 2013, Alexandru Gheorghiu wrote: > Used resource_size function instead of explicit computation. > Patch found using coccinelle. > > Signed-off-by: Alexandru Gheorghiu > --- > drivers/mmc/host/wmt-sdmmc.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

Re: [PATCH] drivers: mmc: host: Use resource_size()

2013-03-22 Thread Chris Ball
Hi, On Mon, Mar 11 2013, Alexandru Gheorghiu wrote: Used resource_size function instead of explicit computation. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com --- drivers/mmc/host/wmt-sdmmc.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH] drivers: mmc: host: Use resource_size()

2013-03-12 Thread Alexandru Gheorghiu
Used resource_size function instead of explicit computation. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu --- drivers/mmc/host/wmt-sdmmc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/wmt-sdmmc.c b/drivers/mmc/host/wmt-sdmmc.c index

[PATCH] drivers: mmc: host: Use resource_size()

2013-03-12 Thread Alexandru Gheorghiu
Used resource_size function instead of explicit computation. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com --- drivers/mmc/host/wmt-sdmmc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/wmt-sdmmc.c