Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228824
b: refs/heads/master
c: 6c2df40
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Jan 5, 2011
1 parent 2fb44ed commit 3e0cc56
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 17db7042b7ff77a4ae8b83ab42ec8286a9715a48
refs/heads/master: 6c2df40ec00e52a5fb0c691b0e79324b9015aaa4
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/vga/vga_switcheroo.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ static int vga_switcheroo_show(struct seq_file *m, void *v)
int i;
mutex_lock(&vgasr_mutex);
for (i = 0; i < VGA_SWITCHEROO_MAX_CLIENTS; i++) {
seq_printf(m, "%d:%c:%s:%s\n", i,
seq_printf(m, "%d:%s:%c:%s:%s\n", i,
vgasr_priv.clients[i].id == VGA_SWITCHEROO_DIS ? "DIS" : "IGD",
vgasr_priv.clients[i].active ? '+' : ' ',
vgasr_priv.clients[i].pwr_state ? "Pwr" : "Off",
pci_name(vgasr_priv.clients[i].pdev));
Expand Down

0 comments on commit 3e0cc56

Please sign in to comment.