Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161056
b: refs/heads/master
c: edced19
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and James Bottomley committed Aug 22, 2009
1 parent 85a394c commit 58b22f6
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: a2cf8a6306c89223d0ed35a7e9d40da99902e32a
refs/heads/master: edced191e4512b7795380563634f4d44b21c684a
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/pcmcia/nsp_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ static int nsp_cs_config(struct pcmcia_device *link)

nsp_dbg(NSP_DEBUG_INIT, "in");

cfg_mem = kzalloc(sizeof(cfg_mem), GFP_KERNEL);
cfg_mem = kzalloc(sizeof(*cfg_mem), GFP_KERNEL);
if (!cfg_mem)
return -ENOMEM;
cfg_mem->data = data;
Expand Down

0 comments on commit 58b22f6

Please sign in to comment.