]> git.baikalelectronics.ru Git - kernel.git/commit
media: dvb-usb-v2: use DVB_USB_DEVICE() macro
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 16 Apr 2020 14:11:52 +0000 (16:11 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 22 Apr 2020 05:42:15 +0000 (07:42 +0200)
commit5606cf6585f458d1e0b88d0f979e02f5c203d1dd
treeb113040eeeddafe60b47f1816f2260a0ddc4fadb
parentaf50f21de9d11528d08b39b0c92aa3281b823ba8
media: dvb-usb-v2: use DVB_USB_DEVICE() macro

Instead of using USB_DEVICE() macro directly, use the
DVB_USB_DEVICE() one, as other dvb-usb-v2 devices.

The usage of the new macro makes cleaner and easier to
parse the supported device names in a way that it would
be easily parseable to generate cardlists.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/usb/dvb-usb-v2/ec168.c