mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
Input: Fix a warning in hid-core.
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
854561b019
commit
71387bd77f
@ -1235,7 +1235,7 @@ int hid_wait_io(struct hid_device *hid)
|
|||||||
|
|
||||||
static int hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle)
|
static int hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle)
|
||||||
{
|
{
|
||||||
usb_control_msg(dev, usb_sndctrlpipe(dev, 0),
|
return usb_control_msg(dev, usb_sndctrlpipe(dev, 0),
|
||||||
HID_REQ_SET_IDLE, USB_TYPE_CLASS | USB_RECIP_INTERFACE, (idle << 8) | report,
|
HID_REQ_SET_IDLE, USB_TYPE_CLASS | USB_RECIP_INTERFACE, (idle << 8) | report,
|
||||||
ifnum, NULL, 0, USB_CTRL_SET_TIMEOUT);
|
ifnum, NULL, 0, USB_CTRL_SET_TIMEOUT);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user