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

memstick: r592: Change the name of the 'pci_driver' structure to be consistent

This driver is all about r592.

Axe the reference to r852 in the 'pci_driver' structure name. This is
likely a copy/paste typo left as is when the driver has been created.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/258f76acc73d5c448b9cb5dab4c39d80d517c7a9.1629580585.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Christophe JAILLET and committed by
Ulf Hansson
2b50c81f 09cedbd8

+2 -2
+2 -2
drivers/memstick/host/r592.c
··· 877 877 878 878 MODULE_DEVICE_TABLE(pci, r592_pci_id_tbl); 879 879 880 - static struct pci_driver r852_pci_driver = { 880 + static struct pci_driver r592_pci_driver = { 881 881 .name = DRV_NAME, 882 882 .id_table = r592_pci_id_tbl, 883 883 .probe = r592_probe, ··· 885 885 .driver.pm = &r592_pm_ops, 886 886 }; 887 887 888 - module_pci_driver(r852_pci_driver); 888 + module_pci_driver(r592_pci_driver); 889 889 890 890 module_param_named(enable_dma, r592_enable_dma, bool, S_IRUGO); 891 891 MODULE_PARM_DESC(enable_dma, "Enable usage of the DMA (default)");