Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread René van Dorst
Quoting g...@kernel.org: From: Greg Ungerer Add a driver to support the NAND flash controller of the MediaTek MT7621 System-on-Chip device. (This one is the MIPS based parts from Mediatek). This code is a re-working of the earlier patches for this hardware that have been floating around the

Re: [PATCH] staging: mt7621-pci: Fix compiler error 'slot' may be used uninitialized

2019-07-06 Thread René van Dorst
Quoting Sergio Paracuellos : Hi Sergio, Hi René, On Fri, Jul 5, 2019 at 10:35 PM René van Dorst wrote: In commit 802a2f7b2fe3 ("staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function"), slot = port->slot; line was removed. Also other dev_err() print parameter was

[PATCH] staging: mt7621-pci: Fix compiler error 'slot' may be used uninitialized

2019-07-05 Thread René van Dorst
as declared here u32 slot; ^~~~ Fixes: 802a2f7b2fe3 ("staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function") Signed-off-by: René van Dorst --- drivers/staging/mt7621-pci/pci-mt7621.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/stagi