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 i
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 par
mt7621.c:504:6: note: 'slot' was 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 inser