diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2015-03-12 04:27:43 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-02 18:22:54 -0300 |
commit | f2e37b9b733c720de917aa7616cce3a1c52225eb (patch) | |
tree | e072b0402f7ca614334fe5a66948b33dcdec3e0f /drivers/media/radio | |
parent | fae119beddb5c102f117f7f4bd59803e0f6637df (diff) |
[media] rtl2832: fix compiler warning
>From the daily build:
rtl2832.c: In function 'rtl2832_read_status':
rtl2832.c:703:12: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized]
} else if (tmp == 10) {
^
The code is OK, it's just the compiler that cannot figure out what's
going on. So just init 'tmp' to 0.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/radio')
0 files changed, 0 insertions, 0 deletions