Commit eabe5c90 authored by Bastien Nocera's avatar Bastien Nocera Committed by Jiri Kosina

HID: fix typo in error message

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0690535d
...@@ -81,7 +81,7 @@ static int sony_probe(struct hid_device *hdev, const struct hid_device_id *id) ...@@ -81,7 +81,7 @@ static int sony_probe(struct hid_device *hdev, const struct hid_device_id *id)
sc = kzalloc(sizeof(*sc), GFP_KERNEL); sc = kzalloc(sizeof(*sc), GFP_KERNEL);
if (sc == NULL) { 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; return -ENOMEM;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment