From: axel lin Date: Sat, 29 Jan 2011 09:35:45 +0000 (+0000) Subject: video: sh7760fb: use resource_size() X-Git-Tag: v2.6.39-rc1~98^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0998eab678233fae7dff7b92db08ad0f01acf91;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt --- Reading git-diff-tree failed