tree: git://linuxtv.org/media_tree.git master
head: 469d4ec8776091a2846ba89803cf954cf8b3ce65
commit: 634fe5033951b80ef4b98d8f047cb1083d29170d [482/499] [media] airspy:
AirSpy SDR driver
config: make ARCH=x86_64 allmodconfig
Note: the linuxtv-media/master HEAD 469d4ec8776091a2846ba89803cf954cf8b3ce65
builds fine.
It only hurts bisectibility.
All error/warnings:
drivers/staging/media/airspy/airspy.c: In function 'airspy_probe':
>> drivers/staging/media/airspy/airspy.c:1042:10: error: 'V4L2_FL_USE_FH_PRIO'
>> undeclared (first use in this function)
set_bit(V4L2_FL_USE_FH_PRIO, &s->vdev.flags);
^
drivers/staging/media/airspy/airspy.c:1042:10: note: each undeclared
identifier is reported only once for each function it appears in
vim +/V4L2_FL_USE_FH_PRIO +1042 drivers/staging/media/airspy/airspy.c
1036 }
1037
1038 /* Init video_device structure */
1039 s->vdev = airspy_template;
1040 s->vdev.queue = &s->vb_queue;
1041 s->vdev.queue->lock = &s->vb_queue_lock;
> 1042 set_bit(V4L2_FL_USE_FH_PRIO, &s->vdev.flags);
1043 video_set_drvdata(&s->vdev, s);
1044
1045 /* Register the v4l2_device structure */
---
0-DAY kernel build testing backend Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html