*/err =mmc_send_io_op_cond(host,0, &ocr);if(!err) {if(mmc_attach_sdio(host, ocr)) mmc_power_off(host); extend_wakelock =1;gotoout; }/* * ...then normal SD... */err = mmc_send_app_op_cond(host,0, &ocr);if(!err) {if(mmc_attach_sd(host, ocr)) mmc_power_off(hos...