Re: [PATCHv2] usbnet: silence an unnecessary warning

2018-01-22 Thread David Miller
From: Oliver Neukum Date: Wed, 17 Jan 2018 16:33:54 +0100 > That a kevent could not be scheduled is not an error. > Such handlers must be able to deal with multiple events anyway. > As the successful scheduling of a work is a debug event, make > the failure debug priority, too. > > V2: coding st

[PATCHv2] usbnet: silence an unnecessary warning

2018-01-17 Thread Oliver Neukum
That a kevent could not be scheduled is not an error. Such handlers must be able to deal with multiple events anyway. As the successful scheduling of a work is a debug event, make the failure debug priority, too. V2: coding style Signed-off-by: Oliver Neukum Reported-by: Cristian Caravena ---