Michael Krufky
3117beec7e
V4L/DVB (4316): Check __must_check warnings
...
Check __must_check warnings for class_device_register and class_device_create_file
video_device_create_file was declared as a void, but instead should
return the int value of class_device_create_file.
Move the check from bttv-driver.c into v4l2-dev.h, because all other
callers of video_device_create_file must also be checked.
Replace the call to class_device_create_file in videodev.c with
video_device_create_file, as defined in v4l2-dev.h, so that the
return value of class_device_create_file will be checked.
Check the return value of class_device_register in videodev.c and
pvrusb2-sysfs.c
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-07-29 17:22:21 -03:00
..
2006-07-29 17:22:21 -03:00
2006-06-30 19:25:36 +02:00
2006-07-29 17:22:19 -03:00
2006-06-25 02:05:22 -03:00
2006-06-30 15:59:29 -03:00
2006-06-25 02:05:04 -03:00
2006-03-25 09:29:23 -03:00
2006-07-29 17:22:21 -03:00
2006-06-30 19:25:36 +02:00
2006-07-29 17:22:18 -03:00
2006-06-25 02:05:04 -03:00
2006-06-30 19:25:36 +02:00
2006-06-25 02:05:04 -03:00
2006-03-25 09:29:23 -03:00
2006-03-25 09:29:23 -03:00
2006-06-30 19:25:36 +02:00
2006-03-25 09:29:23 -03:00
2006-03-25 09:29:23 -03:00
2006-06-25 01:59:28 -03:00
2006-01-13 14:10:19 -02:00
2005-09-09 13:57:49 -07:00
2006-06-25 02:05:10 -03:00
2006-02-07 06:49:14 -02:00
2006-06-25 02:05:05 -03:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2006-06-25 02:05:06 -03:00
2006-06-30 19:25:36 +02:00
2006-06-25 02:05:05 -03:00
2006-03-24 16:27:00 -03:00
2006-03-25 09:29:23 -03:00
2006-06-27 00:17:40 -03:00
2006-03-25 09:29:04 -03:00
2006-03-25 09:29:23 -03:00
2006-03-25 09:29:23 -03:00
2006-03-21 08:53:57 -08:00
2006-06-25 02:05:05 -03:00
2006-03-24 16:26:49 -03:00
2006-03-21 08:53:57 -08:00
2006-03-21 08:53:57 -08:00
2005-04-16 15:20:36 -07:00
2006-01-11 19:40:56 -02:00
2005-11-07 18:05:41 +00:00
2006-06-25 02:00:28 -03:00
2006-06-27 00:17:15 -03:00
2006-06-25 01:59:28 -03:00
2006-06-25 01:59:28 -03:00
2006-06-27 00:17:15 -03:00
2006-07-02 13:58:50 -07:00
2006-06-30 19:25:36 +02:00
2006-06-25 02:05:22 -03:00
2006-06-30 15:59:30 -03:00
2006-06-25 01:57:34 -03:00
2006-01-15 21:25:32 -02:00
2006-03-24 16:26:58 -03:00
2006-03-21 08:53:57 -08:00
2006-06-30 19:25:36 +02:00
2006-06-25 02:05:05 -03:00
2006-06-25 02:05:05 -03:00
2006-03-25 09:29:23 -03:00
2006-06-25 02:05:10 -03:00
2006-03-23 14:21:55 -08:00
2006-06-25 02:05:05 -03:00
2005-04-16 15:20:36 -07:00
2006-06-25 02:05:05 -03:00
2006-03-24 16:26:51 -03:00
2006-06-25 02:05:05 -03:00
2006-03-25 09:29:23 -03:00
2006-03-25 09:29:23 -03:00
2006-06-25 02:05:22 -03:00
2006-03-25 09:29:23 -03:00
2006-06-25 02:05:09 -03:00
2006-03-25 09:29:23 -03:00
2006-03-25 09:29:23 -03:00
2006-03-25 09:29:23 -03:00
2006-01-11 19:40:56 -02:00
2005-11-07 18:05:41 +00:00
2006-03-25 09:29:23 -03:00
2006-06-30 19:25:36 +02:00
2006-06-25 02:05:05 -03:00
2006-07-29 17:22:14 -03:00
2006-06-30 19:25:36 +02:00
2006-03-25 09:29:23 -03:00
2006-03-24 16:26:56 -03:00
2006-03-03 14:18:07 -03:00
2006-03-25 09:29:23 -03:00
2006-03-24 16:26:51 -03:00
2006-06-25 02:05:10 -03:00
2006-06-30 15:59:32 -03:00
2006-06-25 01:57:39 -03:00
2006-03-25 09:29:23 -03:00
2005-04-16 15:20:36 -07:00
2006-03-25 09:29:23 -03:00
2006-03-24 16:26:51 -03:00
2006-06-25 02:05:00 -03:00
2006-06-25 02:05:05 -03:00
2006-07-29 17:22:20 -03:00
2006-07-29 17:22:20 -03:00
2006-06-30 15:59:32 -03:00
2006-06-30 19:25:36 +02:00
2006-06-30 15:59:53 -03:00
2006-06-25 01:59:57 -03:00
2006-01-23 17:11:05 -02:00
2006-06-25 01:57:38 -03:00
2006-04-02 04:55:52 -03:00
2006-04-02 04:55:51 -03:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2006-06-25 01:57:55 -03:00
2006-04-02 04:55:12 -03:00
2006-06-30 19:25:36 +02:00
2006-06-30 15:59:30 -03:00
2006-07-29 17:22:21 -03:00
2006-06-25 02:05:05 -03:00
2005-09-07 16:58:01 -07:00
2006-06-25 02:05:13 -03:00
2006-06-25 02:05:05 -03:00
2006-06-25 02:05:05 -03:00
2006-03-25 09:29:23 -03:00
2006-03-25 09:29:23 -03:00
2006-03-25 09:29:23 -03:00
2006-06-30 19:25:36 +02:00
2006-04-02 04:55:45 -03:00
2006-03-24 16:27:00 -03:00
2006-07-02 13:58:50 -07:00
2006-03-25 09:29:23 -03:00
2006-06-30 19:25:36 +02:00
2006-03-25 09:29:23 -03:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2006-03-25 09:29:23 -03:00
2006-06-25 01:59:28 -03:00
2006-03-25 09:29:23 -03:00
2005-04-16 15:20:36 -07:00
2006-03-25 09:29:23 -03:00
2005-04-16 15:20:36 -07:00
2006-03-25 09:29:23 -03:00
2006-03-25 09:29:23 -03:00
2005-04-16 15:20:36 -07:00
2006-03-08 12:30:19 -03:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:50 -07:00
2006-03-25 09:29:23 -03:00