]> git.baikalelectronics.ru Git - kernel.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)
commit80eab6893f806218f6c3737d7a1b004a1c1b0fa2
tree1bea45dd95b0e46706fb8dfa9ba6a34f7a7d1771
parentde184a0630a8330f639fa6bcc04253f747d3305b
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