From: Xi Wang Date: Fri, 2 Dec 2011 09:01:11 +0000 (-0300) Subject: [media] wl128x: fmdrv_common: fix signedness bugs X-Git-Tag: v3.3-rc1~48^2~371 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a61278037b57b1d75467dcfeb255584d5f11743d;p=pandora-kernel.git [media] wl128x: fmdrv_common: fix signedness bugs Message-Id: <1322820073-19347-2-git-send-email-xi.wang@gmail.com> The error handling with (ret < 0) didn't work where ret is a u32. Use int instead. To be consistent we also change the functions to return an int. Signed-off-by: Xi Wang Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed