Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4727
b: refs/heads/master
c: 7334571
h: refs/heads/master
i:
  4725: 896e923
  4723: 2d2bb57
  4719: 5bdb45a
v: v3
  • Loading branch information
Adrian Bunk authored and Len Brown committed Jul 12, 2005
1 parent a3e6506 commit a1bf588
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: f4224153098c1103db592b28f304beeb9c02481b
refs/heads/master: 7334571f724df7a19f48cc974e991e00afde1e2f
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ acpi_video_switch_output(
ACPI_FUNCTION_TRACE("acpi_video_switch_output");

list_for_each_safe(node, next, &video->video_device_list) {
struct acpi_video_device * dev = container_of(node, struct acpi_video_device, entry);
dev = container_of(node, struct acpi_video_device, entry);
status = acpi_video_device_get_state(dev, &state);
if (state & 0x2){
dev_next = container_of(node->next, struct acpi_video_device, entry);
Expand Down

0 comments on commit a1bf588

Please sign in to comment.