Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337199
b: refs/heads/master
c: 0608882
h: refs/heads/master
i:
  337197: 959eff1
  337195: c7036e4
  337191: a73fe6f
  337183: dccffef
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 24, 2012
1 parent 14bf70b commit a70bf9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fc465b106b40a598d83a0c98d0e8c2a1b4653ff
refs/heads/master: 0608882d01671983be20097e3ffd6be20c9a7724
2 changes: 2 additions & 0 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -3667,6 +3667,8 @@ static u32 slic_card_locate(struct adapter *adapter)
if (!physcard) {
/* no structure allocated for this physical card yet */
physcard = kzalloc(sizeof(struct physcard), GFP_ATOMIC);
if (!physcard)
return -ENOMEM;

physcard->next = slic_global.phys_card;
slic_global.phys_card = physcard;
Expand Down

0 comments on commit a70bf9c

Please sign in to comment.