Commit acaec14f authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] dvb_usb_v2: use keyword const for USB ID table

Let optimize that code to the text segment.
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2d2b37c7
...@@ -32,7 +32,7 @@ struct dvb_usb_driver_info { ...@@ -32,7 +32,7 @@ struct dvb_usb_driver_info {
.match_flags = USB_DEVICE_ID_MATCH_DEVICE, \ .match_flags = USB_DEVICE_ID_MATCH_DEVICE, \
.idVendor = (vend), \ .idVendor = (vend), \
.idProduct = (prod), \ .idProduct = (prod), \
.driver_info = (kernel_ulong_t) &((struct dvb_usb_driver_info) { \ .driver_info = (kernel_ulong_t) &((const struct dvb_usb_driver_info) { \
.props = (props_), \ .props = (props_), \
.name = (name_), \ .name = (name_), \
.rc_map = (rc), \ .rc_map = (rc), \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment