commit | d94fc9a08e51432d0d5fc0f74a4f705d7b49c251 | [log] [tgz] |
---|---|---|
author | Trent Piepho <xyzzy@speakeasy.org> | Sat Jul 29 17:18:06 2006 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Sat Jul 29 17:22:36 2006 -0300 |
tree | cfef5643b6657bb775f6ab1e889e9a3d89bece28 | |
parent | 53dd8def52100ed8be4dae0cf1c2dc1f7e0fcd2c [diff] |
V4L/DVB (4368): Bttv: use class_device_create_file and handle errors Revert bttv-driver.c from video_device_create_file() to use class_device_create_file() again. video_device_create_file() is only available when V4L1 is on. Proper error checking is added for failure of class_device_create_file(). Will print error message and unroll partially created sysfs entries. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>