mtd: sf: Drop plat from sf_probe
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 14 May 2020 11:07:57 +0000 (16:37 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Mon, 1 Jun 2020 12:25:24 +0000 (17:55 +0530)
commitc862b91d9381dd5bf7a25fc2f0e73d73b1512a57
tree6ffeb7fcfc70e4cf0e932b4843edafa0c768bab3
parentc8cbf1707cba99cfdf1a6a33e03956a5a788183a
mtd: sf: Drop plat from sf_probe

dm_spi_slave_platdata used in sf_probe for printing
plat->cs value and there is no relevant usage apart
from this.

We have enough debug messages available in SPI and SF
areas so drop this plat get and associated bug statement.

Cc: Simon Glass <sjg@chromium.org>
Cc: Vignesh R <vigneshr@ti.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/mtd/spi/sf_probe.c