From: Sergei Shtylyov Date: Tue, 8 Jan 2013 19:13:40 +0000 (+0300) Subject: usb: musb: omap2430: kill redundant assignments in omap2430_probe() X-Git-Tag: v3.9-rc1~126^2~45^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df4ce75189807783c4bb4e4337e0f89283e6ca3;p=pandora-kernel.git usb: musb: omap2430: kill redundant assignments in omap2430_probe() Commit 00a0b1d58af873d842580dcac55f3b156c3a4077 (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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed