dect
/
linux-2.6
Archived
13
0
Fork 0

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: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Kay Sievers 2009-04-16 13:30:38 -03:00 committed by Mauro Carvalho Chehab
parent 734dd236a6
commit 1351a58ce0
1 changed files with 1 additions and 1 deletions

View File

@ -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.