lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 14 May 2020 02:51:53 +0200 From: Andrew Lunn <andrew@...n.ch> To: Marek Vasut <marex@...x.de> Cc: netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>, Lukas Wunner <lukas@...ner.de>, Petr Stetiar <ynezz@...e.cz>, YueHaibing <yuehaibing@...wei.com> Subject: Re: [PATCH V5 04/19] net: ks8851: Pass device node into ks8851_init_mac() On Thu, May 14, 2020 at 02:07:32AM +0200, Marek Vasut wrote: > Since the driver probe function already has a struct device *dev pointer > and can easily derive of_node pointer from it, pass the of_node pointer as > a parameter to ks8851_init_mac() to avoid fishing it out from ks->spidev. > This is the only reference to spidev in the function, so get rid of it. > This is done in preparation for unifying the KS8851 SPI and parallel bus > drivers. > > No functional change. > > Signed-off-by: Marek Vasut <marex@...x.de> > Cc: David S. Miller <davem@...emloft.net> > Cc: Lukas Wunner <lukas@...ner.de> > Cc: Petr Stetiar <ynezz@...e.cz> > Cc: YueHaibing <yuehaibing@...wei.com> Reviewed-by: Andrew Lunn <andrew@...n.ch> Andrew
Powered by blists - more mailing lists