commit | 9f9d27e3f3317f39c91c286b6184f1ca05452968 | [log] [tgz] |
---|---|---|
author | Dmitry Artamonow <mad_soft@inbox.ru> | Sat Apr 14 10:26:19 2012 +0400 |
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | Fri Apr 27 11:02:14 2012 +0800 |
tree | c67182f09e7d255b81ae646e413105f9d267723d | |
parent | b95ace54a23e2f8ebb032744cebb17c9f43bf651 [diff] |
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 <mad_soft@inbox.ru> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>