]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: Print error code for mmc_complete_init failure
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 10 Jan 2017 10:18:43 +0000 (11:18 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 23 Jan 2017 06:37:42 +0000 (15:37 +0900)
commit3ce5147ae1d6fe60346199bc1fd3f2f32aa8de84
tree0bb4b1d043a36f63dda5a474c6dfd8fa6e5e2463
parent6506fa4cb81eeed59b8fb3e7e82f649ecae05250
mmc: Print error code for mmc_complete_init failure

Print the error code for non-zero (failure case) instead
of making debug statement without any condition, this
usually gives proper clue in failure condition.

Log:
drivers/mmc/mmc.c