summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-10-28 17:22:56 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2022-11-19 02:56:15 +0300
commit51c9daec79b4fa8140cd5490abec4f1f3685ecd8 (patch)
tree3fe982d775d7e750ef1ef9be16bef04bd78a6e00 /arch/arm64
parentadcd7118caadac54666081be39bbbc3e9b5e1f7d (diff)
downloadlinux-51c9daec79b4fa8140cd5490abec4f1f3685ecd8.tar.xz
sparc: sbus: treat CPU index as integer
Using a `char` to fit a CPU index is too small, and assigning -1 to it isn't correct either, since `char` is sometimes signed and sometimes not. In this case, it's been fine since this driver only works on sparc, but that will soon be changing when chars become unsigned everywhere. So instead, use a normal `int` type, which matches the `int cpu` function argument that this is being compared against. Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'arch/arm64')
0 files changed, 0 insertions, 0 deletions