OSDN Git Service

vgaarb: decode should send new information to the kernel
authorTiago Vignatti <tiago.vignatti@nokia.com>
Wed, 12 May 2010 10:12:47 +0000 (13:12 +0300)
committerTiago Vignatti <tiago.vignatti@nokia.com>
Wed, 16 Jun 2010 15:57:25 +0000 (18:57 +0300)
This was introduced in e360c11c.

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
src/common_vgaarb.c

index a96aedf..f09d513 100644 (file)
@@ -259,7 +259,7 @@ pci_device_vgaarb_decodes(int new_vgaarb_rsrc)
     if (dev->vgaarb_rsrc == new_vgaarb_rsrc)
         return 0;
 
-    len = snprintf(buf, BUFSIZE, "decodes %s", rsrc_to_str(dev->vgaarb_rsrc));
+    len = snprintf(buf, BUFSIZE, "decodes %s", rsrc_to_str(new_vgaarb_rsrc));
     ret = vgaarb_write(pci_sys->vgaarb_fd, buf, len);
     if (ret == 0)
         dev->vgaarb_rsrc = new_vgaarb_rsrc;