Re: [PATCH] media: tm6000: add error handling for dvb_register_adapter

2018-06-11 Thread Alexandre-Xavier Labonté-Lamoureux
"adater" should be "adapter". Have a nice day, Alexandre-Xavier On Mon, Jun 11, 2018 at 12:39 AM, Zhouyang Jia wrote: > When dvb_register_adapter fails, the lack of error-handling code may > cause unexpected results. > > This patch adds error-handling code after calling dvb_register_adapter. >

[PATCH] media: tm6000: add error handling for dvb_register_adapter

2018-06-10 Thread Zhouyang Jia
When dvb_register_adapter fails, the lack of error-handling code may cause unexpected results. This patch adds error-handling code after calling dvb_register_adapter. Signed-off-by: Zhouyang Jia --- drivers/media/usb/tm6000/tm6000-dvb.c | 5 + 1 file changed, 5 insertions(+) diff --git