Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150511
b: refs/heads/master
c: 8e401ec
h: refs/heads/master
i:
  150509: 0b790d4
  150507: 9ec61f1
  150503: 7b56ac4
  150495: ced861d
v: v3
  • Loading branch information
David S. Miller committed May 27, 2009
1 parent 9a850c9 commit e654719
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: 079e24ed80c8a91dd2884b88820bac6f340aaa83
refs/heads/master: 8e401eccd3a62fb57f117bb09b7c1fc70ab19e8c
4 changes: 2 additions & 2 deletions trunk/include/linux/phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ typedef enum {
* Need to be a little smaller than phydev->dev.bus_id to leave room
* for the ":%02x"
*/
#define MII_BUS_ID_SIZE (BUS_ID_SIZE - 3)
#define MII_BUS_ID_SIZE (20 - 3)

/*
* The Bus class for PHYs. Devices which provide access to
Expand Down Expand Up @@ -407,7 +407,7 @@ struct phy_driver {
/* A Structure for boards to register fixups with the PHY Lib */
struct phy_fixup {
struct list_head list;
char bus_id[BUS_ID_SIZE];
char bus_id[20];
u32 phy_uid;
u32 phy_uid_mask;
int (*run)(struct phy_device *phydev);
Expand Down

0 comments on commit e654719

Please sign in to comment.