commit | 6948524d577dcad963bcdfcbf6e7d934cd18b8f7 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Apr 29 15:00:30 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri May 01 06:10:38 2015 -0300 |
tree | 0a23feecb67b2acee4027ce8cbc46711976ee158 | |
parent | 269d91f53fe34b263c0b7735937f3b4ac5f56580 [diff] |
[media] redrat3: change return argument on redrat3_send_cmd() to int redrat3_send_cmd() can return an error or the read data. However, it currently returns an u8, as reported by smatch: drivers/media/rc/redrat3.c:416 redrat3_send_cmd() warn: signedness bug returning '(-12)' Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>