Thread (11 messages) flat view 11 messages, 4 authors, 2021-11-22

Re: [PATCH v1 net-next 1/3] net: mdio: mscc-miim: convert to a regmap implementation

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-11-20 03:56:15
Also in: lkml

On Fri, 19 Nov 2021 13:39:16 -0800 Colin Foster wrote:
Utilize regmap instead of __iomem to perform indirect mdio access. This
will allow for custom regmaps to be used by way of the mscc_miim_setup
function.

Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
clang says:

drivers/net/mdio/mdio-mscc-miim.c:228:30: warning: variable 'bus' is uninitialized when used here [-Wuninitialized]
        mscc_miim_setup(&pdev->dev, bus, mii_regmap, phy_regmap);

drivers/net/mdio/mdio-mscc-miim.c:216:13: warning: variable 'dev' is uninitialized when used here [-Wuninitialized]
        if (IS_ERR(dev->phy_regs)) {
                   ^~~
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help