commit | 3524b5d1edbcaf0aae9196ac942d8307624ff3f0 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Tue Mar 27 08:40:34 2012 +0530 |
committer | Chris Ball <cjb@laptop.org> | Tue May 01 10:30:10 2012 -0400 |
tree | 88ba1cef73177b8a1a1eb7766fb6a8846487c634 | |
parent | 0e9f480bb553d39ee06ccd45639ba7a5446a7b81 [diff] |
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>