public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: gpib: Fix CONFIG_GPIB_HP82341 build failure
@ 2025-01-24 10:58 Dave Penkler
  2025-01-24 10:58 ` [PATCH 1/3] staging: gpib: Fix pr_err format warning Dave Penkler
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Dave Penkler @ 2025-01-24 10:58 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel; +Cc: Dave Penkler

The driver was causing a build failure when comiled as a module
because the isapnp_read_byte symbol was undefined.

Patch 1 fixes a compile error introduced by an intervening patch
Patch 2 exports the isapnp_read_byte symbol for modules
Patch 3 removes the dependency on BROKEN in Kconfig

Dave Penkler (3):
  staging: gpib: Fix pr_err format warning
  pnp: isapnp: Export isapnp_read_byte again
  staging: gpib: Remove depends on BROKEN

 drivers/pnp/isapnp/core.c                | 1 +
 drivers/staging/gpib/Kconfig             | 1 -
 drivers/staging/gpib/hp_82341/hp_82341.c | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-01-26 18:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 10:58 [PATCH 0/3] staging: gpib: Fix CONFIG_GPIB_HP82341 build failure Dave Penkler
2025-01-24 10:58 ` [PATCH 1/3] staging: gpib: Fix pr_err format warning Dave Penkler
2025-01-24 10:58 ` [PATCH 2/3] pnp: isapnp: Export isapnp_read_byte again Dave Penkler
2025-01-24 10:59 ` [PATCH 3/3] staging: gpib: Remove depends on BROKEN Dave Penkler
2025-01-25 11:39   ` kernel test robot
2025-01-25 14:16   ` kernel test robot
2025-01-26 18:13     ` Dave Penkler
2025-01-25 14:47   ` kernel test robot
2025-01-26 18:18     ` Dave Penkler

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