Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196318
b: refs/heads/master
c: aeacb6f
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jiri Kosina committed May 17, 2010
1 parent 76b3a49 commit 591a074
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: 9d71ea057bc4823058d8fe27d34e987eb9880457
refs/heads/master: aeacb6fd30c800e8229905eac7023777a472d772
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-picolcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ static ssize_t _picolcd_flash_write(struct picolcd_data *data, int report_id,
raw_data[len_off] = s > 32 ? 32 : s;
if (copy_from_user(raw_data+len_off+1, u, raw_data[len_off])) {
err = -EFAULT;
goto skip;
break;
}
resp = picolcd_send_and_wait(data->hdev, report_id, raw_data,
len_off+1+raw_data[len_off]);
Expand Down

0 comments on commit 591a074

Please sign in to comment.