Unverified Commit 25aa25b6 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!10271 HID: core: remove unnecessary WARN_ON() in implement()

parents aebdd4b9 93702684
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1446,7 +1446,6 @@ static void implement(const struct hid_device *hid, u8 *report,
			hid_warn(hid,
				 "%s() called with too large value %d (n: %d)! (%s)\n",
				 __func__, value, n, current->comm);
			WARN_ON(1);
			value &= m;
		}
	}