[PATCH 0/2] staging: gpib: Fix NULL deref and code cleanup

From: Dave Penkler
Date: Sat Jan 18 2025 - 09:51:03 EST


Patch 1 Fixes a NULL dereference issue in the detach function
Patch 2 Removes useless code
Use kzalloc
Adds proper cleanup on failure exit in the attach function.
Minor messaging changes

Dave Penkler (2):
staging: gpib: Fix NULL pointer dereference in detach
staging: gpib: Agilent usb code cleanup

.../gpib/agilent_82357a/agilent_82357a.c | 88 ++++++++-----------
1 file changed, 37 insertions(+), 51 deletions(-)

--
2.47.1