commit | 43ea43b9d8b27b7acd443ec59319faa3cdb8a616 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Oct 12 08:21:43 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Oct 17 12:12:57 2016 -0200 |
tree | cd4081193ac536fd5e2830caf2593c88660e5dfd | |
parent | aea983801c6b5e4e9af333a32220d580a77f6783 [diff] |
[media] radio-bcm2048: don't ignore errors Remove this warning: drivers/staging/media/bcm2048/radio-bcm2048.c: In function 'bcm2048_set_rds_no_lock': drivers/staging/media/bcm2048/radio-bcm2048.c:467:6: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err; ^~~ By returning the error code. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>