]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: Fix PCMCIA config identifier
authorDave Penkler <dpenkler@gmail.com>
Fri, 2 May 2025 07:21:48 +0000 (09:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 May 2025 11:44:46 +0000 (13:44 +0200)
commit034a456869a071c635a9997e0bf3947a6cb20b25
tree48910163db3f85973fed6bd83edd941b1dd9be8c
parent3349e275067f94ffb4141989aed9cbae7409429b
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: bb1bd92fa0f2 ("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>
drivers/staging/gpib/ines/ines_gpib.c