
18 May
2019
18 May
'19
1:04 a.m.
On Sat, May 18, 2019 at 2:26 AM Marek Vasut marex@denx.de wrote:
Pass the driver private data around the driver as much as possible, instead of having it as a static global variable. This is done in preparation for the DM conversion, no functional change.
Signed-off-by: Marek Vasut marex@denx.de Cc: Bin Meng bmeng.cn@gmail.com Cc: Fabio Estevam fabio.estevam@nxp.com Cc: Stefano Babic sbabic@denx.de
drivers/pci/pcie_imx.c | 44 ++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 19 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com