[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181116.195229.1845361281767840031.davem@davemloft.net>
Date: Fri, 16 Nov 2018 19:52:29 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: ms@....tdt.de
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
andrew@...n.ch, f.fainelli@...il.com
Subject: Re: [PATCH v2] net: phy: mdio-gpio: fix access that may sleep
From: Martin Schiller <ms@....tdt.de>
Date: Wed, 14 Nov 2018 07:37:03 +0100
> @@ -162,6 +162,11 @@ static int mdio_gpio_probe(struct platform_device *pdev)
> if (ret)
> return ret;
>
> + if (gpiod_cansleep(bitbang->mdc) || gpiod_cansleep(bitbang->mdio)
> + || gpiod_cansleep(bitbang->mdo))
Please fix the formatting here, operators like "||" and "&&" never begin
a line, they must always finish a line.
Powered by blists - more mailing lists