media: cinergyt2: make properties const
authorSean Young <sean@mess.org>
Tue, 1 Jun 2021 11:07:46 +0000 (13:07 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 8 Jun 2021 13:53:19 +0000 (15:53 +0200)
commitda9a805b1249be685c2bee110eb1260d610bd5d0
treeeba4488166d80cc058d09c2f1c086ca8deafb636
parent9ad1efee086e0e913914fa2b2173efb830bad68c
media: cinergyt2: make properties const

The dvb_usb_device_properties can be const. This makes it clear that
the static can be shared across threads.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/usb/dvb-usb/cinergyT2-core.c