On 10/24/2010 01:00 PM, Gleb Natapov wrote:

      register_ioport_write(GPE_BASE, 4, 1, gpe_writeb, s);
      register_ioport_read(GPE_BASE, 4, 1,  gpe_readb, s);

-    register_ioport_write(PROC_BASE, 32, 1, gpe_writeb, gpe);
-    register_ioport_read(PROC_BASE, 32, 1,  gpe_readb, gpe);
+    register_ioport_write(PROC_BASE, 32, 1, gpe_writeb, s);
+    register_ioport_read(PROC_BASE, 32, 1,  gpe_readb, s);


This is unrelated - please split.

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to