Skip to content

synaptics: Fix error handling when releasing the USB interface

Benjamin Berg requested to merge benze/synaptics-close-bug into master

The error may not be NULL, as such we need a second variable and then we'll only forward any error from g_usb_device_release_interface if there was none before.

Merge request reports