Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyper...
[linux-2.6-microblaze.git] / drivers / hv / vmbus_drv.c
index 1264b17..000b53e 100644 (file)
@@ -234,7 +234,7 @@ static ssize_t server_monitor_pending_show(struct device *dev,
                return -ENODEV;
        return sprintf(buf, "%d\n",
                       channel_pending(hv_dev->channel,
-                                      vmbus_connection.monitor_pages[1]));
+                                      vmbus_connection.monitor_pages[0]));
 }
 static DEVICE_ATTR_RO(server_monitor_pending);