Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213902
b: refs/heads/master
c: 773bc97
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Aug 22, 2010
1 parent 22c7e96 commit cdaab43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 739a91ef0625e0e4a40b835f4f891313c47915df
refs/heads/master: 773bc97397ea2cfc2ff3c075f712aaf376ed7cb0
6 changes: 2 additions & 4 deletions trunk/drivers/net/tokenring/tms380tr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1321,14 +1321,12 @@ static int tms380tr_reset_adapter(struct net_device *dev)

/* Clear CPHALT and start BUD */
SIFWRITEW(c, SIFACL);
if (fw_entry)
release_firmware(fw_entry);
release_firmware(fw_entry);
return (1);
}
} while(count == 0);

if (fw_entry)
release_firmware(fw_entry);
release_firmware(fw_entry);
printk(KERN_INFO "%s: Adapter Download Failed\n", dev->name);
return (-1);
}
Expand Down

0 comments on commit cdaab43

Please sign in to comment.