]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: omap_hsmmc: cleanup code
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 26 Jun 2014 09:02:58 +0000 (11:02 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 26 Jun 2014 10:21:30 +0000 (12:21 +0200)
commitd1c6aa1b7fc8e780b330c920f4b5cbb2c630cb5c
tree8f4f02fe25439e72c17f9016eab19158bd0a7587
parent2969c2cb080ea2b31b9cb587008f25a0bfb14941
mmc: omap_hsmmc: cleanup code
- remove useless return value from mmc_board_init()
- make mmc_board_init() static
- check dev_index in omap_mmc_init() before using it as array index
drivers/mmc/omap_hsmmc.c