Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33523
b: refs/heads/master
c: c5ab964
h: refs/heads/master
i:
  33521: bdd5959
  33519: c897025
v: v3
  • Loading branch information
Richard Purdie authored and Jeff Garzik committed Aug 24, 2006
1 parent 12afef0 commit e5a5e15
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: 8d91626636ed9ce8b742edb52ae48f2faefd5864
refs/heads/master: c5ab964debe92d0ec7af330f350a3433c1b5b61e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/spectrum_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spectrum_reset(struct pcmcia_device *link, int idle)
u_int save_cor;

/* Doing it if hardware is gone is guaranteed crash */
if (pcmcia_dev_present(link))
if (!pcmcia_dev_present(link))
return -ENODEV;

/* Save original COR value */
Expand Down

0 comments on commit e5a5e15

Please sign in to comment.