diff options
| -rw-r--r-- | drivers/hid/uhid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/uhid.c b/drivers/hid/uhid.c index ea560bfa033d..119b7e6405be 100644 --- a/drivers/hid/uhid.c +++ b/drivers/hid/uhid.c | |||
| @@ -154,7 +154,7 @@ static int uhid_hid_get_raw(struct hid_device *hid, unsigned char rnum, | |||
| 154 | struct uhid_event *ev; | 154 | struct uhid_event *ev; |
| 155 | unsigned long flags; | 155 | unsigned long flags; |
| 156 | int ret; | 156 | int ret; |
| 157 | size_t len; | 157 | size_t uninitialized_var(len); |
| 158 | struct uhid_feature_answer_req *req; | 158 | struct uhid_feature_answer_req *req; |
| 159 | 159 | ||
| 160 | if (!uhid->running) | 160 | if (!uhid->running) |
