Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175245
b: refs/heads/master
c: d97aabc
h: refs/heads/master
i:
  175243: 3e624d8
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 8ddbd47 commit 3b18775
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: f838cabdb27a7f3c28c186360865cf5118c469a6
refs/heads/master: d97aabcd0ea6dd3375747b1e02b9164c4064880d
3 changes: 0 additions & 3 deletions trunk/drivers/staging/et131x/et131x_adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ struct et131x_adapter {
u32 MCAddressCount;
u8 MCList[NIC_MAX_MCAST_LIST][ETH_ALEN];

/* MAC test */
u32 TxMacTest;

/* Pointer to the device's PCI register space */
ADDRESS_MAP_t __iomem *regs;

Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/staging/et131x/et131x_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,9 @@ void et131x_isr_handler(struct work_struct *work)
*/
/* TRAP();*/

etdev->TxMacTest = readl(&iomem->txmac.tx_test);
dev_warn(&etdev->pdev->dev,
"RxDMA_ERR interrupt, error %x\n",
etdev->TxMacTest);
readl(&iomem->txmac.tx_test));
}

/* Handle the Wake on LAN Event */
Expand Down

0 comments on commit 3b18775

Please sign in to comment.