mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
wlcore: spi: fix build warning caused by redundant variable
The ret variable is unused in wlcore_probe_of()
Remove it for fixing build warning.
Fixes: 01efe65aba
("wlcore: spi: add wl18xx support")
Signed-off-by: Eyal Reizer <eyalr@ti.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
593463ff1c
commit
cb6a115188
@ -454,7 +454,6 @@ static int wlcore_probe_of(struct spi_device *spi, struct wl12xx_spi_glue *glue,
|
||||
struct wlcore_platdev_data *pdev_data)
|
||||
{
|
||||
struct device_node *dt_node = spi->dev.of_node;
|
||||
int ret;
|
||||
const struct of_device_id *of_id;
|
||||
|
||||
of_id = of_match_node(wlcore_spi_of_match_table, dt_node);
|
||||
|
Loading…
Reference in New Issue
Block a user