Skip to content

Commit 034a456

Browse files
dpenklergregkh
authored andcommitted
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: bb1bd92 ("staging: gpib: Add ines GPIB driver") Signed-off-by: Dave Penkler <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3349e27 commit 034a456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/gpib/ines/ines_gpib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ static void __exit ines_exit_module(void)
14871487
gpib_unregister_driver(&ines_pci_unaccel_interface);
14881488
gpib_unregister_driver(&ines_pci_accel_interface);
14891489
gpib_unregister_driver(&ines_isa_interface);
1490-
#ifdef GPIB__PCMCIA
1490+
#ifdef CONFIG_GPIB_PCMCIA
14911491
gpib_unregister_driver(&ines_pcmcia_interface);
14921492
gpib_unregister_driver(&ines_pcmcia_unaccel_interface);
14931493
gpib_unregister_driver(&ines_pcmcia_accel_interface);

0 commit comments

Comments
 (0)