Re: [PATCH] [media] uvcvideo: change result code of debugfs_init to void

2017-01-18 Thread Laurent Pinchart
Hi Jaejoong, Thank you for the patch. On Thursday 12 Jan 2017 10:31:21 Jaejoong Kim wrote: > The device driver should keep going even if debugfs initialization fails. > So, change the return type to void. > > Signed-off-by: Jaejoong Kim Reviewed-by: Laurent Pinchart and applied to my tree. I

[PATCH] [media] uvcvideo: change result code of debugfs_init to void

2017-01-11 Thread Jaejoong Kim
The device driver should keep going even if debugfs initialization fails. So, change the return type to void. Signed-off-by: Jaejoong Kim --- drivers/media/usb/uvc/uvc_debugfs.c | 15 ++- drivers/media/usb/uvc/uvcvideo.h| 4 ++-- 2 files changed, 8 insertions(+), 11 deletions(-)