From: Mauro Carvalho Chehab Date: Tue, 28 Apr 2015 15:32:25 +0000 (-0300) Subject: [media] wl128x: fix int type for streg_cbdata X-Git-Tag: omap-for-v4.3/legacy-v2-signed~140^2~519 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d202e1bab3c3b61dd562360e5c73e9df7d2cfe09;p=pandora-kernel.git [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 --- Reading git-diff-tree failed