diff options
| author | Dan Carpenter <[email protected]> | 2016-11-26 13:20:58 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-11-29 21:57:14 +0100 |
| commit | d28fb1ffbaf4c3daffe10bf53f863dcb8845a3c1 (patch) | |
| tree | e53d0354d9831445051f8c4cac30c3b6ebb996c0 /scripts/gdb/linux/lists.py | |
| parent | 4e0447cdaf60d00f0cabd78ef0ba1874e23ae464 (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions