aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/redrat3.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-05 09:33:44 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-05 11:26:37 -0300
commit485bdbb6b83309505654379153d55746d5996917 (patch)
treea07872bf874e190d0d48ff8dedc1e94be22e734e /drivers/media/rc/redrat3.c
parent[media] ivtv: fix two smatch warnings (diff)
downloadlinux-dev-485bdbb6b83309505654379153d55746d5996917.tar.xz
linux-dev-485bdbb6b83309505654379153d55746d5996917.zip
[media] tm6000: remove needless check
Smatch reports a warning: drivers/media/usb/tm6000/tm6000-video.c:646 tm6000_prepare_isoc() error: we previously assumed 'dev->urb_buffer' could be null (see line 624) This is not really a problem, but it actually shows that the check if urb_buffer is NULL is being done twice: at the if and at tm6000_alloc_urb_buffers(). We don't need to do it twice. So, remove the extra check. The code become cleaner, and, as a collateral effect, smatch becomes happy. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/redrat3.c')
0 files changed, 0 insertions, 0 deletions