From: Bastien Nocera Date: Tue, 9 Feb 2010 10:43:19 +0000 (+0100) Subject: HID: fix typo in error message X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eabe5c90580a065aed8ce6a5ba53eb443d317fae;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git HID: fix typo in error message Signed-off-by: Jiri Kosina --- 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; }