[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250502072150.32714-1-dpenkler@gmail.com>
Date: Fri, 2 May 2025 09:21:47 +0200
From: Dave Penkler <dpenkler@...il.com>
To: gregkh@...uxfoundation.org,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Cc: dan.carpenter@...aro.org,
Dave Penkler <dpenkler@...il.com>
Subject: [PATCH 0/3 V2] staging: gpib: ines driver fix and cleanup
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
Powered by blists - more mailing lists