]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fixes-for-v3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 20:24:03 +0000 (12:24 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 20:24:03 +0000 (12:24 -0800)
commite775b2b0a913b3dc8632590bc0b14243878b8f9a
tree9521e4fd363d76dde956a97cbd2b685c1f49a82b
parent18b650a47a5e8f481702d6b1d30ebd9853eafbd0
parente3d2ace89fb9f22746c2428a8aa451d80767d220
Merge tag 'fixes-for-v3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus

Felipe writes:

usb: fixes for v3.18-rc4

A single fix this for dwc2 this time. Because of
excessive debugging messages, dwc2 would sometimes
fail enumeration. The fix is simple, just converting
a dev_info() into dev_dbg().

Signed-off-by: Felipe Balbi <balbi@ti.com>