From: Dan Carpenter Date: Fri, 10 Apr 2009 21:31:10 +0000 (+0200) Subject: sdhci-pci: bad error handling in probe function X-Git-Tag: v2.6.30-rc5~43^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60a32cd129b1c41f98888b03ba2904406bac8f8;p=pandora-kernel.git sdhci-pci: bad error handling in probe function The goto unmap is too early, we haven't allocated host or done the request_region(). Found by smatch (http://repo.or.cz/w/smatch.git). [ Second error path fix by Pierre Ossman ] Signed-off-by: Dan Carpenter Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed