瀏覽代碼

HID: fix typo in error message

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Bastien Nocera 15 年之前
父節點
當前提交
eabe5c9058
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/hid/hid-sony.c

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