commit | a61278037b57b1d75467dcfeb255584d5f11743d | [log] [tgz] |
---|---|---|
author | Xi Wang <xi.wang@gmail.com> | Fri Dec 02 06:01:11 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Dec 30 17:00:56 2011 -0200 |
tree | d07d4924dda3b4de16e5e6a1abbd5a2d79cca33d | |
parent | 27d3e366091b13c26d5d996709fd9d99858455eb [diff] |
[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 <xi.wang@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>