Skip to content

Commit

Permalink
broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxre…
Browse files Browse the repository at this point in the history
…fclk()

If not signed read errors are ignored.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Roel Kluin authored and David S. Miller committed Dec 19, 2009
1 parent db94ce9 commit 5ee6f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/phy/broadcom.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ static int bcm54xx_phydsp_config(struct phy_device *phydev)

static void bcm54xx_adjust_rxrefclk(struct phy_device *phydev)
{
u32 val, orig;
u32 orig;
int val;
bool clk125en = true;

/* Abort if we are using an untested phy. */
Expand Down

0 comments on commit 5ee6f6a

Please sign in to comment.