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

Commit 379cf6e8 authored by Amit Pundir's avatar Amit Pundir Committed by Dmitry Shmidt
Browse files

Revert "HID: steelseries: validate output report details"



This reverts commit 90037b27.

Remove duplicate code. This patch is already upstreamed in v4.4,
commit 41df7f6d (HID: steelseries: validate output report details).

Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 4e461c77
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -253,11 +253,6 @@ static int steelseries_srws1_probe(struct hid_device *hdev,
		goto err_free;
	}

	if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) {
		ret = -ENODEV;
		goto err_free;
	}

	ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
	if (ret) {
		hid_err(hdev, "hw start failed\n");