sf_probe: Merge spi_flash_probe_tail into spi_flash_probe
authorMario Six <[email protected]>
Mon, 15 Jan 2018 10:08:42 +0000 (11:08 +0100)
committerJagan Teki <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Mario Six <[email protected]>
drivers/mtd/spi/sf_probe.c