aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.19/950-0185-Fix-warning-in-bcm2835-smi-nand.patch
blob: 210c41aa57d5f15b60c45aa023d92cbac6e19e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 1129112e098f6e62294315dc648c3d087e9b22c6 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/773] 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(-)

--- 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
 	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!");