Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68695
b: refs/heads/master
c: fa8a4b6
h: refs/heads/master
i:
  68693: c8387c7
  68691: 31c29ae
  68687: 39de595
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 14, 2007
1 parent 4e16ada commit bccb0e9
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: eb4d84f18598211ccfdecc0a7f14a048cb86e657
refs/heads/master: fa8a4b63da9886a40d5a67529a2b7282ca9b8fd2
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/de4x5.h
Original file line number Diff line number Diff line change
Expand Up @@ -1017,4 +1017,4 @@ struct de4x5_ioctl {
#define DE4X5_SET_OMR 0x0d /* Set the OMR Register contents */
#define DE4X5_GET_REG 0x0e /* Get the DE4X5 Registers */

#define MOTO_SROM_BUG ((lp->active == 8) && (((le32_to_cpu(get_unaligned(((s32 *)dev->dev_addr))))&0x00ffffff)==0x3e0008))
#define MOTO_SROM_BUG ((lp->active == 8) && (((le32_to_cpu(get_unaligned(((__le32 *)dev->dev_addr))))&0x00ffffff)==0x3e0008))

0 comments on commit bccb0e9

Please sign in to comment.