[Patch v1 0/1] staging: gpib: agilent_82357a uses completion
From: Michael Rubin
Date: Tue Apr 08 2025 - 18:56:42 EST
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