Unverified Commit 32e9247e authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

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

parents e7ef40a7 4924badf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1429,7 +1429,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;
		}
	}