Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43209
b: refs/heads/master
c: 59dc76a
h: refs/heads/master
i:
  43207: 490d7a4
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Jeff Garzik committed Dec 4, 2006
1 parent d040f37 commit edcbc00
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: 043d58064ac6556a3abd3a74201831f3e9a5b6e8
refs/heads/master: 59dc76a4e3bed66f5be474dcdc81cc39c7290cec
2 changes: 1 addition & 1 deletion trunk/drivers/net/smc91x.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
#define SMC_CAN_USE_16BIT 1
#define SMC_CAN_USE_32BIT 0

#define SMC_inb(a, r) inb((u32)a) + (r))
#define SMC_inb(a, r) inb(((u32)a) + (r))
#define SMC_inw(a, r) inw(((u32)a) + (r))
#define SMC_outb(v, a, r) outb(v, ((u32)a) + (r))
#define SMC_outw(v, a, r) outw(v, ((u32)a) + (r))
Expand Down

0 comments on commit edcbc00

Please sign in to comment.