Re: [PATCH] sky2: dont overwrite settings for PHY Quick link
From: David Miller <davem@davemloft.net>
Date: 2012-04-02 22:42:12
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2012-04-02 22:42:12
Also in:
lkml
From: Stephen Hemminger <redacted> Date: Mon, 2 Apr 2012 15:38:18 -0700
On Fri, 30 Mar 2012 19:28:59 +0200 Lino Sanfilippo [off-list ref] wrote:quoted
This patch corrects a bug in function sky2_open() of the Marvell Yukon 2 driver in which the settings for PHY quick link are overwritten. Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
...
Acked-by: Stephen Hemminger <redacted>
Applied and queued up for -stable.
Surprised that gcc did not detect the "or" of uninitialized value.
Especially since it warns for so much crap it shouldn't :-)