Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343065
b: refs/heads/master
c: c737bcf
h: refs/heads/master
i:
  343063: 4c07b11
v: v3
  • Loading branch information
Benjamin Tissoires authored and Jiri Kosina committed Dec 5, 2012
1 parent 2cd2615 commit 9ae9ae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 134ebfd86b9353a3d98f9f4e93b4e79824a4b49a
refs/heads/master: c737bcf92ea206d3b5d351890f1ade9e12ad4cbe
5 changes: 3 additions & 2 deletions trunk/drivers/hid/i2c-hid/i2c-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,10 @@ static void i2c_hid_init_report(struct hid_report *report, u8 *buffer,
unsigned int size, ret_size;

size = i2c_hid_get_report_length(report);
i2c_hid_get_report(client,
if (i2c_hid_get_report(client,
report->type == HID_FEATURE_REPORT ? 0x03 : 0x01,
report->id, buffer, size);
report->id, buffer, size))
return;

i2c_hid_dbg(ihid, "report (len=%d): %*ph\n", size, size, ihid->inbuf);

Expand Down

0 comments on commit 9ae9ae7

Please sign in to comment.