diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 476967ab6294c8033737c87b38369b0e1ba954f9..5281d693b32d2d365ebd09a7206064ad18005499 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -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; } }