commit | e0998eab678233fae7dff7b92db08ad0f01acf91 | [log] [tgz] |
---|---|---|
author | axel lin <axel.lin@gmail.com> | Sat Jan 29 09:35:45 2011 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Mar 22 16:07:35 2011 +0900 |
tree | 7d2fdc018b8d7ca3f073657bbbfffab9b4711328 | |
parent | 56fb22f7ca11ba5f04c297b7f7aa758ac8dbb2ce [diff] |
video: sh7760fb: use resource_size() The size calculation is done incorrectly in request_mem_region because it should include both the start and end (end - start + 1). Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>