]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: Enable SRQ irq on request_system_control
authorDave Penkler <dpenkler@gmail.com>
Fri, 18 Apr 2025 17:34:29 +0000 (19:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 14:08:26 +0000 (16:08 +0200)
commit2eab123b6e643c0a11d9bc31f8a63078bf38734d
treeed67660809cacc14a0fe01a4c07d840c8621efe8
parentf56f2d6c9b6514866d489da6175a6cc9a95af02d
staging: gpib: Enable SRQ irq on request_system_control

The SRQ irq was being enabled on attach but the board is not
set up to handle it until it becomes system controller.

Move the enabling of the SRQ irq to bb_request_system_control.

Fixes: 4cd654f84769 ("staging: gpib: Add gpio bitbang GPIB driver")
Tested-by: Dave Penkler <dpenkler@gmail.com>
Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250418173434.2892-4-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/gpio/gpib_bitbang.c