Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45544
b: refs/heads/master
c: e54dea6
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Jan 21, 2007
1 parent 6657293 commit b609c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d4ae650a904612ffb7edd3f28b69b022988d2466
refs/heads/master: e54dea69bac12dae2ff27c1c7a472d4eee70638d
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ int hid_input_report(struct hid_device *hid, int type, u8 *data, int size, int i
}

#ifdef DEBUG_DATA
printk(KERN_DEBUG __FILE__ ": report (size %u) (%snumbered)\n", len, report_enum->numbered ? "" : "un");
printk(KERN_DEBUG __FILE__ ": report (size %u) (%snumbered)\n", size, report_enum->numbered ? "" : "un");
#endif

n = 0; /* Normally report number is 0 */
Expand Down

0 comments on commit b609c8e

Please sign in to comment.