Commit ece0ac98 authored by Kulikov Vasiliy's avatar Kulikov Vasiliy Committed by David Woodhouse

mtd: sm_common: remove casts from void

Remove unnesessary casts from void*.
Signed-off-by: default avatarKulikov Vasiliy <segooon@gmail.com>
Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 029919c1
...@@ -109,7 +109,7 @@ static struct nand_flash_dev nand_xd_flash_ids[] = { ...@@ -109,7 +109,7 @@ static struct nand_flash_dev nand_xd_flash_ids[] = {
int sm_register_device(struct mtd_info *mtd, int smartmedia) int sm_register_device(struct mtd_info *mtd, int smartmedia)
{ {
struct nand_chip *chip = (struct nand_chip *)mtd->priv; struct nand_chip *chip = mtd->priv;
int ret; int ret;
chip->options |= NAND_SKIP_BBTSCAN; chip->options |= NAND_SKIP_BBTSCAN;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment