media: lmedm04: Fix misuse of comma
authorJoe Perches <joe@perches.com>
Sun, 23 Aug 2020 18:13:31 +0000 (20:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Mar 2021 10:37:43 +0000 (11:37 +0100)
commit32f864a4432d6117da8b4b75ce2c7de510f6b8a7
treecc5f9e1b32636da773023ef1e351f51ccc985147
parentf7765a1143c3f3b617c693d1ae6d9db356d7b020
media: lmedm04: Fix misuse of comma

[ Upstream commit 59a3e78f8cc33901fe39035c1ab681374bba95ad ]

There's a comma used instead of a semicolon that causes multiple
statements to be executed after an if instead of just the intended
single statement.

Replace the comma with a semicolon.

Fixes: 15e1ce33182d ("[media] lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt urb")
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/usb/dvb-usb-v2/lmedm04.c