Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314690
b: refs/heads/master
c: 160c85f
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 28, 2012
1 parent 7f92db1 commit 5e47c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d4fc6918f4b3cc844185f59fc518351525950449
refs/heads/master: 160c85f0e050d92c0e42321aab2ffc343594e1c0
4 changes: 2 additions & 2 deletions trunk/drivers/net/phy/phy_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ static int get_phy_id(struct mii_bus *bus, int addr, u32 *phy_id,
*/
struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45)
{
struct phy_device *dev = NULL;
u32 phy_id;
struct phy_c45_device_ids c45_ids = {0};
struct phy_device *dev = NULL;
u32 phy_id = 0;
int r;

r = get_phy_id(bus, addr, &phy_id, is_c45, &c45_ids);
Expand Down

0 comments on commit 5e47c78

Please sign in to comment.