[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250408225628.187316-1-matchstick@neverthere.org>
Date: Tue, 8 Apr 2025 22:56:27 +0000
From: Michael Rubin <matchstick@...erthere.org>
To: gregkh@...uxfoundation.org,
dpenkler@...il.com
Cc: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Michael Rubin <matchstick@...erthere.org>
Subject: [Patch v1 0/1] staging: gpib: agilent_82357a uses completion
agilent_82357a_send_bulk_msg is a oneshot event where a semphore is meant for
synchronizing over counting events.
Recommendation is to use a completion instead.
Reported by checkpatch.
WARNING: consider using a completion
* Patch 1: use the completion instead of a semaphore
Michael Rubin (1):
staging: gpib: agilent_82357a uses completion
drivers/staging/gpib/agilent_82357a/agilent_82357a.c | 12 ++++++------
drivers/staging/gpib/agilent_82357a/agilent_82357a.h | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
--
2.43.0
Powered by blists - more mailing lists