commit | d202e1bab3c3b61dd562360e5c73e9df7d2cfe09 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Apr 28 12:32:25 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Apr 30 13:40:05 2015 -0300 |
tree | 4044b0a034e969ca5a98c04d1cc6593abe912d25 | |
parent | abefe12a2f3b1cd701158d6bd6a826e057dec2b4 [diff] |
[media] wl128x: fix int type for streg_cbdata The streg_cbdata can have a negative error value. So, it should be an integer, and not u8, as reported by smatch: drivers/media/radio/wl128x/fmdrv_common.c:1517 fmc_prepare() warn: assigning (-115) to unsigned variable 'fmdev->streg_cbdata' Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>