diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index e0181218ad857862aba07f6ff0ffe30df42bfb16..85ddeb13a3fae8f69b4fc2bd942cdd8bd41f0641 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -1448,7 +1448,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; } }