diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-11-03 01:15:37 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-11-19 00:56:15 +0100 |
commit | daf4218bf8dd9750d1ad93846aee98bf2e08eeee (patch) | |
tree | d27b7409fe04d832fc8999a0fb1c056fa2fb6bbc /fs/crypto/fname.c | |
parent | 7392134428c92a4cb541bd5c8f4f5c8d2e88364d (diff) | |
download | linux-daf4218bf8dd9750d1ad93846aee98bf2e08eeee.tar.bz2 |
media: atomisp: make hive_int8 explictly signed
The current definition of hive_int8 is a naked char, without any sign
specifier. This is incorrect on platforms such as arm, where char is
unsigned. Fortunately nothing in the kernel actually uses a hive_int8
type, but in case it gets used later rather than removed, this makes it
explicitly signed.
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'fs/crypto/fname.c')
0 files changed, 0 insertions, 0 deletions