usb: musb: make error handling work
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 4 Jul 2015 21:39:41 +0000 (00:39 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 5 Jul 2015 20:33:34 +0000 (23:33 +0300)
commite09ab6d3e51a01c99a0730aed51ac3d171b66184
treec07ef41c8f1e807deb03e1a7f1ee8759dd2bd20f
parenta2a97a039aec50399f02311d742fc3bf8ab7d449
usb: musb: make error handling work

the code changed musb->int_usb, but that is always re-read from hardware
before current function is called, so the code basically did nothing.
Make it work and make it print errors so we know what happens if
somebody has problems because of this change.
drivers/usb/musb/musb_core.c