From: Viresh Kumar Date: Tue, 27 Mar 2012 03:10:34 +0000 (+0530) Subject: mmc: sdhci-spear: No need to check 'pdev == NULL' in probe X-Git-Tag: v3.5-rc1~85^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3524b5d1edbcaf0aae9196ac942d8307624ff3f0;p=pandora-kernel.git mmc: sdhci-spear: No need to check 'pdev == NULL' in probe pdev is guaranteed to be valid in probe. And so check for non-NULL is not required. Remove it. Signed-off-by: Viresh Kumar Signed-off-by: Chris Ball --- Reading git-diff-tree failed