Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286902
b: refs/heads/master
c: 171cf94
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 24, 2012
1 parent bcaa84a commit 208b119
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: b3945bcbc3f9856f4b5452079bfc2b9738040a37
refs/heads/master: 171cf94ccb4b476d1d7d694a31d0820558375132
3 changes: 2 additions & 1 deletion trunk/drivers/pcmcia/sa1111_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ static int __devexit pcmcia_remove(struct sa1111_dev *dev)

dev_set_drvdata(&dev->dev, NULL);

for (; next = s->next, s; s = next) {
for (; s; s = next) {
next = s->next;
soc_pcmcia_remove_one(&s->soc);
kfree(s);
}
Expand Down

0 comments on commit 208b119

Please sign in to comment.