Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] winbond-cir: use name without space for pnp driver

Rename the pnp driver in sysfs from /sys/bus/pnp/drivers/Winbond CIR
to /sys/bus/pnp/drivers/winbond-cir

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Sean Young and committed by
Mauro Carvalho Chehab
6932234f 21098562

+1 -1
+1 -1
drivers/media/rc/winbond-cir.c
··· 1185 1185 MODULE_DEVICE_TABLE(pnp, wbcir_ids); 1186 1186 1187 1187 static struct pnp_driver wbcir_driver = { 1188 - .name = WBCIR_NAME, 1188 + .name = DRVNAME, 1189 1189 .id_table = wbcir_ids, 1190 1190 .probe = wbcir_probe, 1191 1191 .remove = wbcir_remove,