Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358082
b: refs/heads/master
c: 7d37bea
h: refs/heads/master
v: v3
  • Loading branch information
Yasuaki Ishimatsu authored and Daniel Vetter committed Feb 1, 2013
1 parent 3efac7c commit 1b5ec7f
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: 209d52110a32c2069b5d870504e73fdb0e30fc51
refs/heads/master: 7d37beaaf3dbc6ff16f4d32a4dd6f8c557c6ab50
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_opregion.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static void intel_didl_outputs(struct drm_device *dev)
int i = 0;

handle = DEVICE_ACPI_HANDLE(&dev->pdev->dev);
if (!handle || ACPI_FAILURE(acpi_bus_get_device(handle, &acpi_dev)))
if (!handle || acpi_bus_get_device(handle, &acpi_dev))
return;

if (acpi_is_video_device(acpi_dev))
Expand Down

0 comments on commit 1b5ec7f

Please sign in to comment.