commit | cf6ba6f7e2a5bcabe94e6c14ff86cf9babc401a7 | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Mon May 14 15:02:30 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon May 14 21:28:38 2018 -0400 |
tree | c5853fde4b28da0e66e5efb33a50123d8a2bac9d | |
parent | 943679d9745f935553243968c9435b0da5e6049f [diff] |
mmc: sdhci: Check that ops are defined The check is necessary to avoid NULL pointer dereference. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Michal Simek <michal.simek@xilinx.com>