HID: logitech-hidpp: 2 fixes in hidpp_root_get_protocol_version()
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Mon, 3 Nov 2014 21:09:59 +0000 (16:09 -0500)
committerJiri Kosina <jkosina@suse.cz>
Tue, 4 Nov 2014 10:10:19 +0000 (11:10 +0100)
commit552f12eb68440a0328dc9929066f6d0321a75874
treed288bba4f78144ca1437851a353a0fd708fa7298
parent8c9952b26b2be25311706082598e5e176eb92748
HID: logitech-hidpp: 2 fixes in hidpp_root_get_protocol_version()

- remove the constant '1'
- when the device is not connected, the protocol error
  HIDPP_ERROR_RESOURCE_ERROR is raised. We should not warn the user about
  it because it is somewhat expected as an answer when we check if the
  device is connected.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-logitech-hidpp.c