]> git.baikalelectronics.ru Git - uboot.git/commit
sf_probe: Merge spi_flash_probe_tail into spi_flash_probe
authorMario Six <mario.six@gdsys.cc>
Mon, 15 Jan 2018 10:08:42 +0000 (11:08 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 24 Jan 2018 06:34:08 +0000 (12:04 +0530)
commitd864f565ef5352c23db922e7382f64bcd822fe1a
tree53a62991de7da864fa0973c91527d327332f871e
parent2685db5acc8e0514d8c0f4911341b7a5d4269ffb
sf_probe: Merge spi_flash_probe_tail into spi_flash_probe

spi_flash_probe_tail is now only called from spi_flash_probe, hence we
can merge its body into spi_flash_probe.

Reviewed-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
drivers/mtd/spi/sf_probe.c