Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108764
b: refs/heads/master
c: 56e1f82
h: refs/heads/master
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Garzik committed Aug 14, 2008
1 parent e33582e commit ec4bff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0d63bea2c20651588e5e631799a961468a735eb9
refs/heads/master: 56e1f82968af79f70902008098a4687198142ce7
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000e/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static u32 e1000_get_link(struct net_device *netdev)
u32 status;

status = er32(STATUS);
return (status & E1000_STATUS_LU);
return (status & E1000_STATUS_LU) ? 1 : 0;
}

static int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx)
Expand Down

0 comments on commit ec4bff8

Please sign in to comment.