Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48665
b: refs/heads/master
c: a3c94e5
h: refs/heads/master
i:
  48663: 4f30814
v: v3
  • Loading branch information
Al Viro authored and Len Brown committed Feb 9, 2007
1 parent d01489b commit a9dbfcd
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: b2b7910d5d3cb6e53b40a435bbc3f1de60f4464a
refs/heads/master: a3c94e5c5921b0fd75b33042ca598aee52f1f7b9
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/bay.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,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 a9dbfcd

Please sign in to comment.