提交 1351a58c 编写于 作者: K Kay Sievers 提交者: Mauro Carvalho Chehab

V4L/DVB (11517): v4l: remove driver-core BUS_ID_SIZE

The name size limit is gone from the driver core, the BUS_ID_SIZE
value will be removed.
Acked-by: NGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 734dd236
......@@ -30,7 +30,7 @@
basic V4L2 device-level support.
*/
#define V4L2_DEVICE_NAME_SIZE (BUS_ID_SIZE + 16)
#define V4L2_DEVICE_NAME_SIZE (20 + 16)
struct v4l2_device {
/* dev->driver_data points to this struct.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册