diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-12-16 00:46:33 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 15:20:02 (GMT) |
commit | d60f6c2ba86243a3bbc0c70508f71f84c5308f8e (patch) | |
tree | 9e700002d87305fe96c80d7caafa9dd4bf46cdcb /README | |
parent | b689a9e8362ed909045f99517b735c7c60835f7c (diff) | |
download | linux-fsl-qoriq-d60f6c2ba86243a3bbc0c70508f71f84c5308f8e.tar.xz |
sm501: fix missing uses of resource_size()
There are several places in the SM501 fb driver that could do with using
resource_size() to calculate the size of a resource.
Also fix a bug where request_mem_region() is being passed one too few
bytes when requesting the register memory region, which was causing the
following in /proc/iomem:
13e80000-13e8ffff : sm501-fb.0
13e80000-13e8fffe : sm501-fb
fixed, this reads:
13e80000-13e8ffff : sm501-fb.0
13e80000-13e8ffff : sm501-fb
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Cc: Vincent Sanders <vince@simtec.co.uk>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions