]> git.sur5r.net Git - u-boot/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)
commit36890ff0d00f6c44631a6453b355f8af1b5ddd53
tree53a62991de7da864fa0973c91527d327332f871e
parent24fc1ec2ee71cd852e556f90bd352cc809ddeef9
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