]> git.baikalelectronics.ru Git - kernel.git/commit
net: cdc_ncm: demote "unexpected notification" to debug level
authorBjørn Mork <bjorn@mork.no>
Mon, 8 Apr 2013 08:26:23 +0000 (08:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Apr 2013 20:55:28 +0000 (16:55 -0400)
commitbb3f6da5fdbd2486e12268d8c41cff0b5375101f
tree6e512f6528b116288b1c9ef9d7db6f8462b9c658
parent7afdda698b9b5bcd33ab4824143bb7dbaaac5854
net: cdc_ncm: demote "unexpected notification" to debug level

Receiving unhandled notifications is most certainly not an error
and should not be logged as one.  Knowing that the device sends
notifications we don't handle is useful for developers, but there
is very little a user can do about this.  The message is therefore
just annoying noise to most users with devices sending unhandled
notifications like e.g. USB_CDC_NOTIFY_RESPONSE_AVAILABLE

Cc: Alexey Orishko <alexey.orishko@stericsson.com>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/cdc_ncm.c