1
0
Fork 0

HID: fix typo in error message

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Bastien Nocera 2010-02-09 11:43:19 +01:00 committed by Jiri Kosina
parent 0690535d6b
commit eabe5c9058
1 changed files with 1 additions and 1 deletions

View 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;
}