Re: [PATCH] mxl111sf: missing return values validation

2015-10-15 Thread Michael Ira Krufky
On Thu, Oct 15, 2015 at 4:22 PM, Insu Yun wrote: > Return values of mxl111sf_enable_usb_output and mxl1x1sf_top_master_ctrl > are not validated. > > Signed-off-by: Insu Yun Eeek! You're right! ...and I'm the one who wrote the offending code. My bad O:-) Thank you for this patch. Mauro, ple

[PATCH] mxl111sf: missing return values validation

2015-10-15 Thread Insu Yun
Return values of mxl111sf_enable_usb_output and mxl1x1sf_top_master_ctrl are not validated. Signed-off-by: Insu Yun --- drivers/media/usb/dvb-usb-v2/mxl111sf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf.c b/drivers/media/usb/dv