diff mbox

[1/2,hid-sony] Fix typo in error message

Message ID 1263988899.1735.2527.camel@localhost.localdomain (mailing list archive)
State Accepted
Commit eabe5c90580a065aed8ce6a5ba53eb443d317fae
Headers show

Commit Message

Bastien Nocera Jan. 20, 2010, 12:01 p.m. UTC
None
diff mbox

Patch

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