diff options
author | Rui Feng <rui_feng@realsil.com.cn> | 2019-11-20 04:40:06 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-01-14 17:06:07 +0300 |
commit | 4d6168314d4c504c240087ac22d1acc01dad3299 (patch) | |
tree | f529c0e14053001fbf03c97fdc1d88c3e80e33fa /drivers/misc/hpilo.h | |
parent | efb5bea6b88dafdda00aff7c30b2193933114cf2 (diff) | |
download | linux-4d6168314d4c504c240087ac22d1acc01dad3299.tar.xz |
misc: rtsx: Fix impossible condition
A u8 can only go up to 255, condition n > 396 is
impossible, so change u8 to u16.
Signed-off-by: Rui Feng <rui_feng@realsil.com.cn>
Link: https://lore.kernel.org/r/1574214006-13540-1-git-send-email-rui_feng@realsil.com.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/hpilo.h')
0 files changed, 0 insertions, 0 deletions