diff options
| -rw-r--r-- | drivers/hid/hid-lgff.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hid/hid-lgff.c b/drivers/hid/hid-lgff.c index 95835ea5690f..987abebe0829 100644 --- a/drivers/hid/hid-lgff.c +++ b/drivers/hid/hid-lgff.c | |||
| @@ -151,11 +151,6 @@ int lgff_init(struct hid_device* hid) | |||
| 151 | 151 | ||
| 152 | /* Check that the report looks ok */ | 152 | /* Check that the report looks ok */ |
| 153 | report = list_entry(report_list->next, struct hid_report, list); | 153 | report = list_entry(report_list->next, struct hid_report, list); |
| 154 | if (!report) { | ||
| 155 | err_hid("NULL output report"); | ||
| 156 | return -1; | ||
| 157 | } | ||
| 158 | |||
| 159 | field = report->field[0]; | 154 | field = report->field[0]; |
| 160 | if (!field) { | 155 | if (!field) { |
| 161 | err_hid("NULL field"); | 156 | err_hid("NULL field"); |
