Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326602
b: refs/heads/master
c: a019c5e
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Sep 19, 2012
1 parent 7eedc1b commit 832a1b9
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: 34aef6eb1cf39788b063abef8a33ecd933a0666b
refs/heads/master: a019c5e25190107a88377cde8918c169d15a7add
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/seeq/ether3.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ typedef enum {
* The SEEQ8005 doesn't like us writing to its registers
* too quickly.
*/
static inline void ether3_outb(int v, const void __iomem *r)
static inline void ether3_outb(int v, void __iomem *r)
{
writeb(v, r);
udelay(1);
}

static inline void ether3_outw(int v, const void __iomem *r)
static inline void ether3_outw(int v, void __iomem *r)
{
writew(v, r);
udelay(1);
Expand Down

0 comments on commit 832a1b9

Please sign in to comment.