commit | 730636b4b1ca52cf376686f4e2aeb2fd10df2b95 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Nov 10 21:13:34 2017 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jan 12 18:11:03 2018 +0900 |
tree | 1c81bf8b3285c07757667bad7822ab05e65adaf6 | |
parent | 65da8bef7217066418e3df0c4181c5e9c868b7fa [diff] |
mmc: sdhci: do not compare pointer to 0 data is defined as struct mmc_data *data. So it should not be compared to 0. Problem identified with Coccinelle. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>