]> git.baikalelectronics.ru Git - kernel.git/commit
[media] uvcvideo: Change result code of debugfs_init to void
authorJaejoong Kim <climbbb.kim@gmail.com>
Thu, 12 Jan 2017 01:31:21 +0000 (23:31 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Jan 2017 12:56:48 +0000 (10:56 -0200)
commitb24af5dc42c797bf15342b7f8fe26c09931c4119
tree8c18f7a7225c3b6b1641e0382acce3a421c7f39b
parenta81b3d3a6e24428ebe5ef91a48d81d95399c02be
[media] uvcvideo: Change result code of debugfs_init to void

The device driver should keep going even if debugfs initialization fails.
So, change the return type to void.

Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/uvc/uvc_debugfs.c
drivers/media/usb/uvc/uvcvideo.h