Tag: a73cfe527c10bb023f0e22dd8cf37dd418c093e7

[media] msi2500: Delete an unnecessary check in msi2500_set_usb_adc()

Author: Markus Elfring <elfring@users.sourceforge.net> This issue was detected by using the Coccinelle software. Return the value from a call of the msi2500_ctrl_msg() function without using an extra check for the variable “ret” at the end. Signed-off-by: Markus Elfring Signed-off-by: Mauro Carvalho Chehab — drivers/media/usb/msi2500/msi2500.c | 2 — 1 file changed, 2 deletions(-)   diff –git …

Continue reading