projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b5632e
)
Staging: hv: mousevsc: Add a new line to a debug string
author
K. Y. Srinivasan
<kys@microsoft.com>
Wed, 26 Oct 2011 00:19:51 +0000
(17:19 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 27 Nov 2011 00:57:46 +0000
(16:57 -0800)
Add a new line to a debug string.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hv_mouse.c
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/hv_mouse.c
b/drivers/staging/hv/hv_mouse.c
index b10466f6605b0cc65fc3d01e8cd5862de2ab09c9..21cd050b6b499eeabae883331c2f5cf28ea78eb6 100644
(file)
--- a/
drivers/staging/hv/hv_mouse.c
+++ b/
drivers/staging/hv/hv_mouse.c
@@
-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;