commit | a884915f4cef940dd477e273009fe53c9ba7d656 | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | Mon Nov 09 16:05:14 2020 +0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Nov 11 15:15:02 2020 -0800 |
tree | 3fbbd27e545e5ea558b4bef1ef46f9889ad8514a | |
parent | 214c798ba1a4e8ff3355d933a46b8a1f27d9a9e7 [diff] |
net: stmmac: dwc-qos: Change the dwc_eth_dwmac_data's .probe prototype The return pointer of dwc_eth_dwmac_data's .probe isn't used, and "probe" usually return int, so change the prototype to follow standard way. Secondly, it can simplify the tegra_eqos_probe() code. Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Link: https://lore.kernel.org/r/20201109160440.3a736ee3@xhacker.debian Signed-off-by: Jakub Kicinski <kuba@kernel.org>