Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161236
b: refs/heads/master
c: 3040c82
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jiri Kosina committed Jul 22, 2009
1 parent bf8bc81 commit c9b1219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 711a680e35059bc5c7c28d3c4bd0bebd3b7bb6ee
refs/heads/master: 3040c8203d68a9a0564af81729085054fd6b5b03
5 changes: 0 additions & 5 deletions trunk/drivers/hid/hid-lgff.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ int lgff_init(struct hid_device* hid)

/* Check that the report looks ok */
report = list_entry(report_list->next, struct hid_report, list);
if (!report) {
err_hid("NULL output report");
return -1;
}

field = report->field[0];
if (!field) {
err_hid("NULL field");
Expand Down

0 comments on commit c9b1219

Please sign in to comment.