Skip to content

Commit

Permalink
HID: fix typo in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Bastien Nocera authored and Jiri Kosina committed Feb 9, 2010
1 parent 0690535 commit eabe5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-sony.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit eabe5c9

Please sign in to comment.