Home
last modified time | relevance | path

Searched hist:d202e1bab3c3b61dd562360e5c73e9df7d2cfe09 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/radio/wl128x/
H A Dfmdrv.hdiff d202e1bab3c3b61dd562360e5c73e9df7d2cfe09 Tue Apr 28 10:32:25 CDT 2015 Mauro Carvalho Chehab <mchehab@osg.samsung.com> [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>