summaryrefslogtreecommitdiffstats
path: root/crypto/shash.c
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-09-07 17:02:49 +0200
committerJohn W. Linville <linville@tuxdriver.com>2013-09-09 14:44:33 -0400
commitaaa2ced15ad8dca8048666c9f70736424d696a6b (patch)
tree5f1e3886781213fb9091ee15c01b88c2fa9d3876 /crypto/shash.c
parent8a10da264663f97ad8b5c85343274ad903b32196 (diff)
downloadop-kernel-dev-aaa2ced15ad8dca8048666c9f70736424d696a6b.zip
op-kernel-dev-aaa2ced15ad8dca8048666c9f70736424d696a6b.tar.gz
bcma: fix error code handling on 64 Bit systems
On most 64 Bit systems unsigned long is 64 bit long and then -MAX_ERRNO is out of the range of a u32 used to store the error code in. This patch casts the -MAX_ERRNO to a u32 instead. This fixes a regression introduced in: commit fd4edf197544bae1c77d84bad354aa7ce1d08ce1 Author: Hauke Mehrtens <hauke@hauke-m.de> Date: Mon Jul 15 13:15:08 2013 +0200 bcma: fix handling of big addrl Reported-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'crypto/shash.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud