usb: hub: Reduce warning to notice on power loss
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 22 Mar 2018 15:18:32 +0000 (16:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Mar 2018 13:11:54 +0000 (14:11 +0100)
commit0442d7b08600625e0bd310fb02894840fa35f070
tree77fe1d63fc5bee916a05a173257dfce33f314466
parent6d23ee9caa6790aea047f9aca7f3c03cb8d96eb6
usb: hub: Reduce warning to notice on power loss

Currently we warn the user when the root hub lost power after resume,
but the user cannot do anything about it so it should probably be a
notice.

This will reduce the noise in the console during suspend and resume,
which is already quite significant in many systems.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c