From: Dmitry Artamonow Date: Sat, 14 Apr 2012 06:26:19 +0000 (+0400) Subject: arm/sa1100: fix sa1100-rtc memory resource X-Git-Tag: v3.4-rc5~7^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f9d27e3f3317f39c91c286b6184f1ca05452968;p=pandora-kernel.git arm/sa1100: fix sa1100-rtc memory resource DEFINE_RES_MEM() takes the size of resource as a second argument, not the end address. Passing end address leads to following error in runtime during device registration: sa1100-rtc: failed to claim resource 0 Fix it. Signed-off-by: Dmitry Artamonow Signed-off-by: Haojian Zhuang --- Reading git-diff-tree failed