Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175563
b: refs/heads/master
c: fd0775b
h: refs/heads/master
i:
  175561: ae42520
  175559: a0a29fa
v: v3
  • Loading branch information
Mike Frysinger authored and David S. Miller committed Dec 11, 2009
1 parent ada3e22 commit 877c699
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: f0348d44a0af14b00c6cfef02aa7478eb19663ff
refs/heads/master: fd0775bfc9feb036e6efb669133d644ae29e12b8
6 changes: 3 additions & 3 deletions trunk/drivers/net/smc91x.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,9 @@ static inline void smc_rcv(struct net_device *dev)
#define smc_special_lock(lock, flags) spin_lock_irqsave(lock, flags)
#define smc_special_unlock(lock, flags) spin_unlock_irqrestore(lock, flags)
#else
#define smc_special_trylock(lock, flags) (1)
#define smc_special_lock(lock, flags) do { } while (0)
#define smc_special_unlock(lock, flags) do { } while (0)
#define smc_special_trylock(lock, flags) (flags == flags)
#define smc_special_lock(lock, flags) do { flags = 0; } while (0)
#define smc_special_unlock(lock, flags) do { flags = 0; } while (0)
#endif

/*
Expand Down

0 comments on commit 877c699

Please sign in to comment.