HID: fix typo in error message
authorBastien Nocera <hadess@hadess.net>
Tue, 9 Feb 2010 10:43:19 +0000 (11:43 +0100)
committerJiri 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

index 4e84502..96d723e 100644 (file)
@@ -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;
        }