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)
commit8cbaa12100a1f84b1fbe4b68aae2a10104d41e27
treeb113040eeeddafe60b47f1816f2260a0ddc4fadb
parent49c6644eb6acc71a76a46bedb17dd204b105161b
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