Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111919
b: refs/heads/master
c: a4e77d0
h: refs/heads/master
i:
  111917: ab297ad
  111915: ebe710a
  111911: 0d4d72c
  111903: 74fd970
v: v3
  • Loading branch information
Jie Yang authored and Jeff Garzik committed Sep 25, 2008
1 parent ae87cf9 commit ba8c352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ac7198bb124e7007cfd48990d382678341886dba
refs/heads/master: a4e77d063d61e4703db813470fefe90dac672b55
6 changes: 3 additions & 3 deletions trunk/drivers/net/atl1e/atl1e_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ static int atl1e_phy_setup_autoneg_adv(struct atl1e_hw *hw)
*/
int atl1e_phy_commit(struct atl1e_hw *hw)
{
struct atl1e_adapter *adapter = (struct atl1e_adapter *)hw->adapter;
struct atl1e_adapter *adapter = hw->adapter;
struct pci_dev *pdev = adapter->pdev;
int ret_val;
u16 phy_data;
Expand Down Expand Up @@ -431,7 +431,7 @@ int atl1e_phy_commit(struct atl1e_hw *hw)

int atl1e_phy_init(struct atl1e_hw *hw)
{
struct atl1e_adapter *adapter = (struct atl1e_adapter *)hw->adapter;
struct atl1e_adapter *adapter = hw->adapter;
struct pci_dev *pdev = adapter->pdev;
s32 ret_val;
u16 phy_val;
Expand Down Expand Up @@ -525,7 +525,7 @@ int atl1e_phy_init(struct atl1e_hw *hw)
*/
int atl1e_reset_hw(struct atl1e_hw *hw)
{
struct atl1e_adapter *adapter = (struct atl1e_adapter *)hw->adapter;
struct atl1e_adapter *adapter = hw->adapter;
struct pci_dev *pdev = adapter->pdev;

u32 idle_status_data = 0;
Expand Down

0 comments on commit ba8c352

Please sign in to comment.