Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29092
b: refs/heads/master
c: 7f04880
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Apr 2, 2006
1 parent c01d513 commit af45142
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: ec7381d6bfd3e7b8d2880dd5e9d03b131b0603f6
refs/heads/master: 7f048801f4a6767433d1aeefd9c24372515265f8
2 changes: 1 addition & 1 deletion trunk/drivers/char/agp/hp-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ zx1_gart_probe (acpi_handle obj, u32 depth, void *context, void **ret)
info = buffer.pointer;
info->hardware_id.value[sizeof(info->hardware_id)-1] = '\0';
match = (strcmp(info->hardware_id.value, "HWP0001") == 0);
ACPI_MEM_FREE(info);
kfree(info);
if (match) {
status = hp_acpi_csr_space(handle, &sba_hpa, &length);
if (ACPI_SUCCESS(status))
Expand Down

0 comments on commit af45142

Please sign in to comment.