Loading include/linux/hid.h +2 −2 Original line number Diff line number Diff line Loading @@ -837,7 +837,7 @@ __u32 hid_field_extract(const struct hid_device *hid, __u8 *report, */ static inline void hid_device_io_start(struct hid_device *hid) { if (hid->io_started) { dev_warn(&hid->dev, "io already started"); dev_warn(&hid->dev, "io already started\n"); return; } hid->io_started = true; Loading @@ -857,7 +857,7 @@ static inline void hid_device_io_start(struct hid_device *hid) { */ static inline void hid_device_io_stop(struct hid_device *hid) { if (!hid->io_started) { dev_warn(&hid->dev, "io already stopped"); dev_warn(&hid->dev, "io already stopped\n"); return; } hid->io_started = false; Loading Loading
include/linux/hid.h +2 −2 Original line number Diff line number Diff line Loading @@ -837,7 +837,7 @@ __u32 hid_field_extract(const struct hid_device *hid, __u8 *report, */ static inline void hid_device_io_start(struct hid_device *hid) { if (hid->io_started) { dev_warn(&hid->dev, "io already started"); dev_warn(&hid->dev, "io already started\n"); return; } hid->io_started = true; Loading @@ -857,7 +857,7 @@ static inline void hid_device_io_start(struct hid_device *hid) { */ static inline void hid_device_io_stop(struct hid_device *hid) { if (!hid->io_started) { dev_warn(&hid->dev, "io already stopped"); dev_warn(&hid->dev, "io already stopped\n"); return; } hid->io_started = false; Loading