mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 17:31:37 -04:00
staging: gpib: Fix PCMCIA config identifier
The PCMCIA config identifier in the ines_exit_module function
was never changed because it was misspelled in the original commit.
Update the config parameter to use the correct identifier from
gpib/Kconfig
Fixes: bb1bd92fa0 ("staging: gpib: Add ines GPIB driver")
Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250502072150.32714-2-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3349e27506
commit
034a456869
@@ -1487,7 +1487,7 @@ static void __exit ines_exit_module(void)
|
||||
gpib_unregister_driver(&ines_pci_unaccel_interface);
|
||||
gpib_unregister_driver(&ines_pci_accel_interface);
|
||||
gpib_unregister_driver(&ines_isa_interface);
|
||||
#ifdef GPIB__PCMCIA
|
||||
#ifdef CONFIG_GPIB_PCMCIA
|
||||
gpib_unregister_driver(&ines_pcmcia_interface);
|
||||
gpib_unregister_driver(&ines_pcmcia_unaccel_interface);
|
||||
gpib_unregister_driver(&ines_pcmcia_accel_interface);
|
||||
|
||||
Reference in New Issue
Block a user