diff options
author | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> | 2013-09-11 14:26:32 -0700 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-06-05 21:21:51 +0200 |
commit | 492313a0c54a91633b71b00d5db63054e0de9444 (patch) | |
tree | a67b66276c067f73c2ea16478d5449ca9ea92a69 /Documentation/DMA-API.txt | |
parent | f16bb574dcee43f513974c7caff26f91d9a7a1b4 (diff) | |
download | kernel_samsung_espresso10-492313a0c54a91633b71b00d5db63054e0de9444.zip kernel_samsung_espresso10-492313a0c54a91633b71b00d5db63054e0de9444.tar.gz kernel_samsung_espresso10-492313a0c54a91633b71b00d5db63054e0de9444.tar.bz2 |
lz4: fix compression/decompression signedness mismatch
LZ4 compression and decompression functions require different in
signedness input/output parameters: unsigned char for compression and
signed char for decompression.
Change decompression API to require "(const) unsigned char *".
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Kyungsik Lee <kyungsik.lee@lge.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Yann Collet <yann.collet.73@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DMA-API.txt')
0 files changed, 0 insertions, 0 deletions