Re: [PATCH] mmci-omap: Use resource_size

2010-08-27 Thread Chris Ball
Hi, On Thu, May 06, 2010 at 10:04:19AM +0200, Tobias Klauser wrote: > Use the resource_size function instead of manually calculating the > resource size. This reduces the chance of introducing off-by-one > errors. > > Signed-off-by: Tobias Klauser > --- > drivers/mmc/host/omap.c |4 ++-- >

[PATCH] mmci-omap: Use resource_size

2010-05-06 Thread Tobias Klauser
Use the resource_size function instead of manually calculating the resource size. This reduces the chance of introducing off-by-one errors. Signed-off-by: Tobias Klauser --- drivers/mmc/host/omap.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/omap