mmc: Convert mmc struct's name array to a pointer
Using an array is pointless; even more pointless (and scary) is using
sprintf to fill it without a format string.
Signed-off-by:
Pantelis Antoniou <panto@antoniou-consulting.com>
Showing
- drivers/mmc/arm_pl180_mmci.c 1 addition, 1 deletiondrivers/mmc/arm_pl180_mmci.c
- drivers/mmc/bfin_sdh.c 1 addition, 1 deletiondrivers/mmc/bfin_sdh.c
- drivers/mmc/davinci_mmc.c 1 addition, 1 deletiondrivers/mmc/davinci_mmc.c
- drivers/mmc/dw_mmc.c 1 addition, 1 deletiondrivers/mmc/dw_mmc.c
- drivers/mmc/fsl_esdhc.c 1 addition, 1 deletiondrivers/mmc/fsl_esdhc.c
- drivers/mmc/ftsdc010_mci.c 1 addition, 1 deletiondrivers/mmc/ftsdc010_mci.c
- drivers/mmc/gen_atmel_mci.c 1 addition, 1 deletiondrivers/mmc/gen_atmel_mci.c
- drivers/mmc/mmc_spi.c 1 addition, 1 deletiondrivers/mmc/mmc_spi.c
- drivers/mmc/mxcmmc.c 1 addition, 1 deletiondrivers/mmc/mxcmmc.c
- drivers/mmc/mxsmmc.c 1 addition, 1 deletiondrivers/mmc/mxsmmc.c
- drivers/mmc/omap_hsmmc.c 1 addition, 1 deletiondrivers/mmc/omap_hsmmc.c
- drivers/mmc/pxa_mmc_gen.c 1 addition, 1 deletiondrivers/mmc/pxa_mmc_gen.c
- drivers/mmc/sdhci.c 1 addition, 1 deletiondrivers/mmc/sdhci.c
- drivers/mmc/sh_mmcif.c 1 addition, 1 deletiondrivers/mmc/sh_mmcif.c
- drivers/mmc/tegra_mmc.c 1 addition, 1 deletiondrivers/mmc/tegra_mmc.c
- include/mmc.h 1 addition, 1 deletioninclude/mmc.h
Loading
Please register or sign in to comment