Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180502
b: refs/heads/master
c: 77c1ff3
h: refs/heads/master
v: v3
  • Loading branch information
Andy Getzendanner authored and Dave Airlie committed Feb 11, 2010
1 parent b1f3fa5 commit c7294cb
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: 0a4583eb98af3fad7a8ab7d4915bd3ae179618c3
refs/heads/master: 77c1ff3982c6b36961725dd19e872a1c07df7f3b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/vga/vgaarb.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ static ssize_t vga_arb_write(struct file *file, const char __user * buf,
remaining -= 7;
pr_devel("client 0x%p called 'target'\n", priv);
/* if target is default */
if (!strncmp(buf, "default", 7))
if (!strncmp(kbuf, "default", 7))
pdev = pci_dev_get(vga_default_device());
else {
if (!vga_pci_str_to_vars(curr_pos, remaining,
Expand Down

0 comments on commit c7294cb

Please sign in to comment.