Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171949
b: refs/heads/master
c: 332c1ce
h: refs/heads/master
i:
  171947: f9600a2
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Nov 26, 2009
1 parent 6b64f8e commit a663d39
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 80cb9a0f7f381e1c0e9f6dabec6e67db0dd3a0d9
refs/heads/master: 332c1ce9e7b0f9285cba0cf3d32bad87a4f8e40a
3 changes: 2 additions & 1 deletion trunk/drivers/net/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ static void efx_fini_channels(struct efx_nic *efx);

#define EFX_ASSERT_RESET_SERIALISED(efx) \
do { \
if (efx->state == STATE_RUNNING) \
if ((efx->state == STATE_RUNNING) || \
(efx->state == STATE_DISABLED)) \
ASSERT_RTNL(); \
} while (0)

Expand Down

0 comments on commit a663d39

Please sign in to comment.