mmc: sdhci-spear: No need to check 'pdev == NULL' in probe
commit3524b5d1edbcaf0aae9196ac942d8307624ff3f0
authorViresh Kumar <viresh.kumar@st.com>
Tue, 27 Mar 2012 03:10:34 +0000 (27 08:40 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 1 May 2012 14:30:10 +0000 (1 10:30 -0400)
tree88ba1cef73177b8a1a1eb7766fb6a8846487c634
parent0e9f480bb553d39ee06ccd45639ba7a5446a7b81
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 <viresh.kumar@st.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-spear.c