]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xhci: use debug level when printing out interval rounding messages
authorMathias Nyman <mathias.nyman@linux.intel.com>
Tue, 24 Nov 2015 11:09:57 +0000 (13:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Dec 2015 18:45:51 +0000 (10:45 -0800)
commita5da9568c58023dff5e79a5eb52b164e69890707
tree1bea45dd95b0e46706fb8dfa9ba6a34f7a7d1771
parentbfcce47af567983a35f9689f392b68ae40229aea
xhci: use debug level when printing out interval rounding messages

Don't use dev_warn() for intened behaviour, use dev_dbg()

Rounding down the interval to the nearest power of 2 is required
by xhci specs.

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-mem.c