Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eabe5c90 authored by Bastien Nocera's avatar Bastien Nocera Committed by Jiri Kosina
Browse files

HID: fix typo in error message



Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0690535d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}