Searched hist:"281 b21c5" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dibusb-mc.c | 281b21c5 Mon Mar 28 15:41:37 CDT 2022 Mauro Carvalho Chehab <mchehab@kernel.org> media: dvb-usb: dibusb-mc: use an enum for the device number
The device number is currently a value that needs to be the same on two separate tables, but the code doesn't actually enforce it, leading to errors as boards get added or removed.
Fix it by using an enum.
Link: https://lore.kernel.org/linux-media/f1d4fa4960b709152ae693800c830e19a4bc1f48.1648499509.git.mchehab@kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
/openbmc/linux/include/media/ |
H A D | dvb-usb-ids.h | 281b21c5 Mon Mar 28 15:41:37 CDT 2022 Mauro Carvalho Chehab <mchehab@kernel.org> media: dvb-usb: dibusb-mc: use an enum for the device number
The device number is currently a value that needs to be the same on two separate tables, but the code doesn't actually enforce it, leading to errors as boards get added or removed.
Fix it by using an enum.
Link: https://lore.kernel.org/linux-media/f1d4fa4960b709152ae693800c830e19a4bc1f48.1648499509.git.mchehab@kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|