[PATCH 0/3 V2] staging: gpib: ines driver fix and cleanup

From: Dave Penkler
Date: Fri May 02 2025 - 03:22:05 EST


These patches address some outstanding issues with the ines driver.

The issue addressed by patch 1 was exposed after the entry points
were declared static (patch 2).

Patch 1: Fixes an invalid ifdef config identifier
Patch 2: Changes the driver entry points as static
Patch 3: Corrects an unused variable warning

Dave Penkler (3):
staging: gpib: Fix PCMCIA config identifier
staging: gpib: Declare driver entry points static
staging: gpib: Avoid unused variable warning

drivers/staging/gpib/ines/ines.h | 44 -------------
drivers/staging/gpib/ines/ines_gpib.c | 95 ++++++++++++++-------------
2 files changed, 48 insertions(+), 91 deletions(-)

--
Changes V1 => V2
Patch 3 did not remove the initialization of the unused variable.
Remove the asignmenst and say so in the commit message.
2.49.0