Merge "mmc: core: Remove unused variable cached_ext_csd"
This commit is contained in:
commit
8c6ab57348
3 changed files with 0 additions and 3 deletions
|
@ -428,7 +428,6 @@ void mmc_remove_card(struct mmc_card *card)
|
|||
}
|
||||
|
||||
kfree(card->wr_pack_stats.packing_events);
|
||||
kfree(card->cached_ext_csd);
|
||||
|
||||
put_device(&card->dev);
|
||||
}
|
||||
|
|
|
@ -722,7 +722,6 @@ static int mmc_read_ext_csd(struct mmc_card *card)
|
|||
return err;
|
||||
}
|
||||
|
||||
card->cached_ext_csd = ext_csd;
|
||||
err = mmc_decode_ext_csd(card, ext_csd);
|
||||
kfree(ext_csd);
|
||||
return err;
|
||||
|
|
|
@ -432,7 +432,6 @@ struct mmc_card {
|
|||
struct mmc_wr_pack_stats wr_pack_stats; /* packed commands stats*/
|
||||
struct notifier_block reboot_notify;
|
||||
enum mmc_pon_type pon_type;
|
||||
u8 *cached_ext_csd;
|
||||
bool cmdq_init;
|
||||
struct mmc_bkops_info bkops;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue