Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169134
b: refs/heads/master
c: 78a14e2
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Dominik Brodowski committed Nov 22, 2009
1 parent 785c926 commit e66b5ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: b285fab4185a9b3db953726f0dd9d343a6e389db
refs/heads/master: 78a14e273d93dfbea9673f9b10398c538096302d
4 changes: 0 additions & 4 deletions trunk/drivers/pcmcia/sa1111_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops,
ops->socket_state = sa1111_pcmcia_socket_state;
ops->socket_suspend = sa1111_pcmcia_socket_suspend;

s = kzalloc(sizeof(*s) * ops->nr, GFP_KERNEL);
if (!s)
return -ENODEV;

for (i = 0; i < ops->nr; i++) {
s = kzalloc(sizeof(*s), GFP_KERNEL);
if (!s)
Expand Down

0 comments on commit e66b5ba

Please sign in to comment.