Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45005
b: refs/heads/master
c: a6fdbf9
h: refs/heads/master
i:
  45003: fb8dce2
v: v3
  • Loading branch information
Adrian Bunk authored and Len Brown committed Dec 20, 2006
1 parent 799f673 commit 03985ae
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: 83822fc9e6ad2e0f3799174f7c6ad3aa285b9488
refs/heads/master: a6fdbf90b94fa4e2f5f7cbb526c71160b6c561c8
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ acpi_status
acpi_os_create_cache(char *name, u16 size, u16 depth, acpi_cache_t ** cache)
{
*cache = kmem_cache_create(name, size, 0, 0, NULL, NULL);
if (cache == NULL)
if (*cache == NULL)
return AE_ERROR;
else
return AE_OK;
Expand Down

0 comments on commit 03985ae

Please sign in to comment.