projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0690535
)
HID: fix typo in error message
author
Bastien Nocera
<hadess@hadess.net>
Tue, 9 Feb 2010 10:43:19 +0000
(11:43 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 9 Feb 2010 10:43:19 +0000
(11:43 +0100)
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/hid-sony.c
b/drivers/hid/hid-sony.c
index 4e8450228a24f8e097dd7c7f073815f5873b7c1c..96d723ea513174314a5249bb45d2f7741a2ba625 100644
(file)
--- a/
drivers/hid/hid-sony.c
+++ b/
drivers/hid/hid-sony.c
@@
-81,7
+81,7
@@
static int sony_probe(struct hid_device *hdev, const struct hid_device_id *id)
sc = kzalloc(sizeof(*sc), GFP_KERNEL);
if (sc == NULL) {
- dev_err(&hdev->dev, "can't alloc
apple
descriptor\n");
+ dev_err(&hdev->dev, "can't alloc
sony
descriptor\n");
return -ENOMEM;
}