Re: [PATCH] phy: brcm-sata: remove unused variable

2018-01-18 Thread Florian Fainelli
On 01/18/2018 05:19 AM, Arnd Bergmann wrote: > The newly introduced calibrate function has a variable > that has never been used and needs to be removed to avoid > this harmless warning: > > drivers/phy/broadcom/phy-brcm-sata.c: In function 'brcm_stb_sata_calibrate': > drivers/phy/broadcom/phy-brc

Re: [PATCH] phy: brcm-sata: remove unused variable

2018-01-18 Thread Tejun Heo
On Thu, Jan 18, 2018 at 02:19:58PM +0100, Arnd Bergmann wrote: > The newly introduced calibrate function has a variable > that has never been used and needs to be removed to avoid > this harmless warning: > > drivers/phy/broadcom/phy-brcm-sata.c: In function 'brcm_stb_sata_calibrate': > drivers/ph