diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 2f512814a1115e9600b0df3f30750c236d5c7727..6474aa50931c2dd734a1f03036970aaaaf1107b5 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -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; } }