Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35eed7cb authored by Ralf Baechle's avatar Ralf Baechle
Browse files

Merge tag 'spi-falcon-no-board-check' of...

Merge tag 'spi-falcon-no-board-check' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into 4.14-features

spi: Remove board check from the Falcon driver

MIPS is removing this board check so support a cross tree merge.
parents 56dfb700 1a41aa13
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -395,11 +395,6 @@ static int falcon_sflash_probe(struct platform_device *pdev)
	struct spi_master *master;
	int ret;

	if (ltq_boot_select() != BS_SPI) {
		dev_err(&pdev->dev, "invalid bootstrap options\n");
		return -ENODEV;
	}

	master = spi_alloc_master(&pdev->dev, sizeof(*priv));
	if (!master)
		return -ENOMEM;