mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
RPI kernel 4.19 support
This commit is contained in:
parent
e79d4c1771
commit
e253715ce5
432 changed files with 335303 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
|||
From cd6a4a939bb982e1de644a6d9627f1a231e1fd23 Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Mon, 12 Nov 2018 22:56:35 +0000
|
||||
Subject: [PATCH 185/432] Fix warning in bcm2835-smi-nand
|
||||
|
||||
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
||||
---
|
||||
drivers/mtd/nand/raw/bcm2835_smi_nand.c | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/drivers/mtd/nand/raw/bcm2835_smi_nand.c b/drivers/mtd/nand/raw/bcm2835_smi_nand.c
|
||||
index 78dc4fcc7495..572c638214fd 100644
|
||||
--- a/drivers/mtd/nand/raw/bcm2835_smi_nand.c
|
||||
+++ b/drivers/mtd/nand/raw/bcm2835_smi_nand.c
|
||||
@@ -135,10 +135,8 @@ static int bcm2835_smi_nand_probe(struct platform_device *pdev)
|
||||
struct mtd_info *mtd;
|
||||
struct device *dev = &pdev->dev;
|
||||
struct device_node *node = dev->of_node, *smi_node;
|
||||
- struct mtd_part_parser_data ppdata;
|
||||
struct smi_settings *smi_settings;
|
||||
struct bcm2835_smi_instance *smi_inst;
|
||||
- int ret = -ENXIO;
|
||||
|
||||
if (!node) {
|
||||
dev_err(dev, "No device tree node supplied!");
|
||||
--
|
||||
2.19.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue