Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47242
b: refs/heads/master
c: 35e00fb
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 9, 2007
1 parent f24c68f commit 74e907d
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: 6026179519896e7d35b2564e7544487d1c8948e7
refs/heads/master: 35e00fbe48c547002fbfef718fdc67471c403ee8
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/bay.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static int bay_add(acpi_handle handle, int id)
/*
* Initialize bay device structure
*/
new_bay = kzalloc(GFP_ATOMIC, sizeof(*new_bay));
new_bay = kzalloc(sizeof(*new_bay), GFP_ATOMIC);
INIT_LIST_HEAD(&new_bay->list);
new_bay->handle = handle;
new_bay->name = (char *)nbuffer.pointer;
Expand Down

0 comments on commit 74e907d

Please sign in to comment.