public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: gpib: ines driver fix and cleanup
@ 2025-04-27  9:10 Dave Penkler
  2025-04-27  9:10 ` [PATCH 1/3] staging: gpib: Fix PCMCIA config identifier Dave Penkler
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dave Penkler @ 2025-04-27  9:10 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel; +Cc: Dave Penkler

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(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-04-27 10:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-27  9:10 [PATCH 0/3] staging: gpib: ines driver fix and cleanup Dave Penkler
2025-04-27  9:10 ` [PATCH 1/3] staging: gpib: Fix PCMCIA config identifier Dave Penkler
2025-04-27  9:10 ` [PATCH 2/3] staging: gpib: Declare driver entry points static Dave Penkler
2025-04-27  9:10 ` [PATCH 3/3] staging: gpib: Avoid unused variable warning Dave Penkler
2025-04-27 10:32   ` kernel test robot
2025-04-27 10:42   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox