From: Ming Lei Date: Thu, 28 Jul 2011 14:59:53 +0000 (+0800) Subject: usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1) X-Git-Tag: v3.1-rc2~14^2~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4aefec5daf51ebda90ebf0989598c206cf8e640;p=pandora-kernel.git usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1) Obviously, disabling & put regulator and iounmap(hcd->regs) are missed in .remove and failure handling path of .probe, so add them. Signed-off-by: Ming Lei Acked-by: Alan Stern Tested-by: Keshava Munegowda Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed