Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: musb: omap2430: kill redundant assignments in omap2430_probe()
Commit 00a0b1d (usb: musb: omap: Add device tree support for omap musb glue) added assignments of the 'ret' variable to -ENOMEM on *some* error paths of the calls to devm_kzalloc(), while that variable was already pre-initialized for to that value, so these assignments were completely redundant. Kill them, fixing overindented string, while at it. Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
- Loading branch information