]> git.baikalelectronics.ru Git - kernel.git/commit
v4l2: convert class code to use dev_groups
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 22:05:14 +0000 (15:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 04:22:34 +0000 (21:22 -0700)
commit463d6e50325db3eaea6af07e5b56cd84688f28cd
treef4322f542fd6b40d5cd127c350a09eb712952a3c
parent4f2499bc145f91c0cbdd8bb7cd06f92a27f5de1e
v4l2: convert class code to use dev_groups

The dev_attrs field of struct class is going away soon, dev_groups
should be used instead.  This converts the v4l2 class code to use the
correct field.

Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/v4l2-core/v4l2-dev.c