diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2016-11-26 13:20:58 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-29 21:57:14 +0100 |
commit | d28fb1ffbaf4c3daffe10bf53f863dcb8845a3c1 (patch) | |
tree | e53d0354d9831445051f8c4cac30c3b6ebb996c0 /kernel/kexec_internal.h | |
parent | 4e0447cdaf60d00f0cabd78ef0ba1874e23ae464 (diff) | |
download | linux-d28fb1ffbaf4c3daffe10bf53f863dcb8845a3c1.tar.bz2 |
staging: sm750fb: fix a type issue in sm750_set_chip_type()
"revId" needs to be unsigned because we use it to test:
if (revId == SM750LE_REVISION_ID) {
and SM750LE_REVISION_ID is ((unsigned char )0xfe).
Fixes: 81dee67e215b ("staging: sm750fb: add sm750 to staging")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/kexec_internal.h')
0 files changed, 0 insertions, 0 deletions