Merge branch 'fixes' into next

This commit is contained in:
Ulf Hansson 2017-12-11 13:19:35 +01:00
commit 8726059a67

View File

@ -1290,7 +1290,7 @@ out_err:
static void mmc_select_driver_type(struct mmc_card *card)
{
int card_drv_type, drive_strength, drv_type;
int card_drv_type, drive_strength, drv_type = 0;
int fixed_drv_type = card->host->fixed_drv_type;
card_drv_type = card->ext_csd.raw_driver_strength |