diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2016-12-20 16:08:05 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-01-16 07:27:53 +0100 |
commit | 90b3baa232ea6938ab707e3db2e90609494e6c54 (patch) | |
tree | 9f7354cdb8123b8263fde991e8b52c83ea0a9808 /arch/s390/pci | |
parent | dd695546603e8f984137d4dc806dd12e19b6bc27 (diff) |
s390: proper type casts for csum_partial invocations
Keep sparse and other static code checkers from emitting warnings like:
arch/s390/kernel/ipl.c:1549:14: warning: incorrect type in assignment (different base types)
arch/s390/kernel/ipl.c:1549:14: expected unsigned int [unsigned] csum
arch/s390/kernel/ipl.c:1549:14: got restricted __wsum
All usages in s390 code are ok. Therefore add proper casts.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/pci')
0 files changed, 0 insertions, 0 deletions