Re: [PATCH] [hid-sony] Fix typo in error message
From: Jiri Kosina <hidden>
Date: 2010-02-09 10:37:52
From: Jiri Kosina <hidden>
Date: 2010-02-09 10:37:52
On Fri, 5 Feb 2010, Bastien Nocera wrote:
--- drivers/hid/hid-sony.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c index 4e84502..96d723e 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; }
Applied, thanks for catching this. -- Jiri Kosina SUSE Labs, Novell Inc.