Home
last modified time | relevance | path

Searched hist:"3 cba9cfcc1520a2307a29f6fab887bcfc121c417" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-mcp2221.cdiff 3cba9cfcc1520a2307a29f6fab887bcfc121c417 Tue Apr 02 14:14:06 CEST 2024 Abdelrahman Morsy <abdelrahmanhesham94@gmail.com> HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled

If the device is unplugged and CONFIG_IIO is not supported, this will
result in a warning message at kernel/workqueue.

Only cancel delayed work in mcp2221_remove(), when CONFIG_IIO is enabled.

Signed-off-by: Abdelrahman Morsy <abdelrahmanhesham94@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>