Revert "HID: steelseries: validate output report details"

This reverts commit 90037b2720.

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

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
This commit is contained in:
Amit Pundir 2016-04-26 15:14:35 +05:30
parent 202d12a1f7
commit 11f34dc252

View file

@ -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");