commit | fd4edf197544bae1c77d84bad354aa7ce1d08ce1 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Mon Jul 15 13:15:08 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 22 16:54:40 2013 -0400 |
tree | 3a431ba000456c6b76e4417a5764a766dac81743 | |
parent | 1cabf7dba57011339d7e5a44b2c9829305936372 [diff] |
bcma: fix handling of big addrl The return value of bcma_erom_get_addr_desc() is a unsigned value and it could wrap around in the two complement writing. This happens for one core in the BCM4708 SoC. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>