aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-sony.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-02-09 11:43:19 +0100
committerJiri Kosina <jkosina@suse.cz>2010-02-09 11:43:19 +0100
commiteabe5c90580a065aed8ce6a5ba53eb443d317fae (patch)
treeac4ef55b55518931efd0e00da74f97ae2b4393fc /drivers/hid/hid-sony.c
parentHID: add mapping for "AL Network Chat" usage (diff)
downloadlinux-dev-eabe5c90580a065aed8ce6a5ba53eb443d317fae.tar.xz
linux-dev-eabe5c90580a065aed8ce6a5ba53eb443d317fae.zip
HID: fix typo in error message
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-sony.c')
-rw-r--r--drivers/hid/hid-sony.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c
index 4e8450228a24..96d723ea5131 100644
--- 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;
}