Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303710
b: refs/heads/master
c: a341c6b
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 1494bb5 commit 24a60af
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0a3fd536e685e0ceb646de1a43821bd11c0be75c
refs/heads/master: a341c6b29503d1326e7ada1dfa5515b53a5f6276
3 changes: 2 additions & 1 deletion trunk/drivers/usb/misc/idmouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ static int idmouse_create_image(struct usb_idmouse *dev)
return -EAGAIN;

/* should be IMGSIZE == 65040 */
dbg("read %d bytes fingerprint data", bytes_read);
dev_dbg(&dev->interface->dev, "read %d bytes fingerprint data\n",
bytes_read);
return result;
}

Expand Down

0 comments on commit 24a60af

Please sign in to comment.