Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126654
b: refs/heads/master
c: 7c7e187
h: refs/heads/master
v: v3
  • Loading branch information
Lior Dotan authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 4da4ed8 commit c28f8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 1c80db5c9b6649bc499fc799771b0b3edd2d8a97
refs/heads/master: 7c7e18790c8236ec2bb7581f5337ecff7e31916e
3 changes: 1 addition & 2 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2832,9 +2832,8 @@ static u32 slic_card_locate(struct adapter *adapter)
}
if (!physcard) {
/* no structure allocated for this physical card yet */
physcard = kmalloc(sizeof(struct physcard *), GFP_ATOMIC);
physcard = kzalloc(sizeof(struct physcard *), GFP_ATOMIC);
ASSERT(physcard);
memset(physcard, 0, sizeof(struct physcard *));

DBG_MSG
("\n%s Allocate a PHYSICALcard:\n PHYSICAL_Card[%p]\n\
Expand Down

0 comments on commit c28f8ad

Please sign in to comment.