Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119055
b: refs/heads/master
c: e689597
h: refs/heads/master
i:
  119053: 924730a
  119051: 7ef8a43
  119047: 1c0f926
  119039: 45ddee2
v: v3
  • Loading branch information
Dominik Brodowski committed Nov 2, 2008
1 parent 9dd59b5 commit c04ef02
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: 2509698687e2d8265a19d800f7daa6f87790a529
refs/heads/master: e689597fe890cf22e23195037aa668c39b25ae4b
3 changes: 2 additions & 1 deletion trunk/drivers/pcmcia/cistpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,11 @@ int verify_cis_cache(struct pcmcia_socket *s)
char *buf;

buf = kmalloc(256, GFP_KERNEL);
if (buf == NULL)
if (buf == NULL) {
dev_printk(KERN_WARNING, &s->dev,
"no memory for verifying CIS\n");
return -ENOMEM;
}
list_for_each_entry(cis, &s->cis_cache, node) {
int len = cis->len;

Expand Down

0 comments on commit c04ef02

Please sign in to comment.