Re: [PATCH] usb: dvb: check status of mxl111sf_read_reg

2018-12-26 Thread Michael Ira Krufky
Kangjie, On Wed, Dec 26, 2018 at 12:59 AM Kangjie Lu wrote: > > When mxl111sf_read_reg fails, we shouldn't use "mode". The fix checks > its return value using mxl_fail > > Signed-off-by: Kangjie Lu > --- > drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c | 3 ++- > 1 file changed, 2 insertions(+),

[PATCH] usb: dvb: check status of mxl111sf_read_reg

2018-12-25 Thread Kangjie Lu
When mxl111sf_read_reg fails, we shouldn't use "mode". The fix checks its return value using mxl_fail Signed-off-by: Kangjie Lu --- drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c