diff options
author | Dan Carpenter <error27@gmail.com> | 2010-06-30 20:12:01 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-30 20:12:01 (GMT) |
commit | 7e307c7ad5340b226966da6e564ec7f717da3adb (patch) | |
tree | f9e6d1a1fb34dc37cf45ac8dbf2c6eb45725ab74 /drivers/edac/i82443bxgx_edac.c | |
parent | 504f85c9d05f7c605306e808f0d835fe11bfd18d (diff) | |
download | linux-fsl-qoriq-7e307c7ad5340b226966da6e564ec7f717da3adb.tar.xz |
cpmac: use resource_size()
The original code is off by one because we should start counting at
zero. So the size of the resource is end - start + 1. I switched it to
use resource_size() to do the calculation.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/edac/i82443bxgx_edac.c')
0 files changed, 0 insertions, 0 deletions