]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: Add missing interface entry point
authorDave Penkler <dpenkler@gmail.com>
Wed, 22 Jan 2025 10:38:58 +0000 (11:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Feb 2025 15:08:47 +0000 (16:08 +0100)
commit2f548210a5a5d4cb5f20af39b684a9f6de58cd0e
tree7e6c30396974cb8a4d08944f1116e9ba5d20bf56
parentcd45f6ef14b7140b77d28b38b9f0a7f7d93ed52b
staging: gpib: Add missing interface entry point

Declaring the driver entry points as static caused a warning
that the serial_poll_status function of the agilent_82350b driver
was unused.

Add the entry point to the corresponding interface structure
initializations where it was missing.

Fixes: 09a4655ee1eb ("staging: gpib: Add HP/Agilent/Keysight 8235xx PCI GPIB driver")
Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20250122103859.25499-2-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/agilent_82350b/agilent_82350b.c