Skip to content
  • Jaehoon Chung's avatar
    mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPS · 177381a9
    Jaehoon Chung authored
    
    
    To prevent the compiler error, split the checking condition whether
    cfg->ops is NULL or not.
    It's more clearly, because it's not included in mmc_config structure
    when CONFIG_DM_MMC_OPS is disabled.
    
    drivers/mmc/mmc_legacy.c: In function ‘mmc_create’:
    drivers/mmc/mmc_legacy.c:118:31: error: ‘const struct mmc_config’ has no member named ‘ops’
    drivers/mmc/mmc_legacy.c:118:58: error: ‘const struct mmc_config’ has no member named ‘ops’
    make[1]: *** [drivers/mmc/mmc_legacy.o] Error 1
    
    Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    177381a9