aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/hid-sony.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c
index 4e8450228a24..96d723ea5131 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)
81 81
82 sc = kzalloc(sizeof(*sc), GFP_KERNEL); 82 sc = kzalloc(sizeof(*sc), GFP_KERNEL);
83 if (sc == NULL) { 83 if (sc == NULL) {
84 dev_err(&hdev->dev, "can't alloc apple descriptor\n"); 84 dev_err(&hdev->dev, "can't alloc sony descriptor\n");
85 return -ENOMEM; 85 return -ENOMEM;
86 } 86 }
87 87