commit | f91364f8bd8bd8427bc020734724d62618e4bb97 | [log] [tgz] |
---|---|---|
author | Per Forlin <per.forlin@linaro.org> | Wed Aug 03 15:39:15 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Oct 03 11:39:51 2011 -0700 |
tree | 124061aa7c7e91eb135f22523b5a93130c979fcc | |
parent | 6ab711f962ab092c2a6b6a5b822075b246a8119e [diff] |
usb: musb: cppi: fix build errors due to DBG and missing musb variable commit f847a79ab3c1faca3022061045cd22e4678c1b1c upstream. Replace DBG with dev_dbg and fix invalid access of musb->controller. With this patch cppi_dma builds successfully. Signed-off-by: Per Forlin <per.forlin@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>