Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281022
b: refs/heads/master
c: f50617f
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 9a9a92b commit a35cd91
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: 3b5632efd90a9134bc4e6a83a5e0fa26bdcac861
refs/heads/master: f50617fabdecdc61076328b6f25d214410fb4244
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static int mousevsc_connect_to_vsp(struct hv_device *device)
response = &input_dev->protocol_resp;

if (!response->response.approved) {
pr_err("synthhid protocol request failed (version %d)",
pr_err("synthhid protocol request failed (version %d)\n",
SYNTHHID_INPUT_VERSION);
ret = -ENODEV;
goto cleanup;
Expand Down

0 comments on commit a35cd91

Please sign in to comment.