Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29129
b: refs/heads/master
c: 6665bda
h: refs/heads/master
i:
  29127: 1697237
v: v3
  • Loading branch information
Adrian Bunk authored and Len Brown committed Mar 31, 2006
1 parent 94be8b1 commit 612185e
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: fdc136ccd3332938e989439c025c363f8479f3e6
refs/heads/master: 6665bda76461308868bd1e52caf627f4cb29ed32
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ acpi_video_device_lcd_query_levels(struct acpi_video_device *device,
if (!ACPI_SUCCESS(status))
return_VALUE(status);
obj = (union acpi_object *)buffer.pointer;
if (!obj && (obj->type != ACPI_TYPE_PACKAGE)) {
if (!obj || (obj->type != ACPI_TYPE_PACKAGE)) {
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Invalid _BCL data\n"));
status = -EFAULT;
goto err;
Expand Down

0 comments on commit 612185e

Please sign in to comment.