From d9ad2ede29f66ad1fd28cbe02982d4623c78dad2 Mon Sep 17 00:00:00 2001
Message-Id: <d9ad2ede29f66ad1fd28cbe02982d4623c78dad2.1367947969.git.minovotn@redhat.com>
In-Reply-To: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com>
References: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com>
From: Michal Novotny <minovotn@redhat.com>
Date: Tue, 7 May 2013 18:37:25 +0200
Subject: [PATCH 031/114] Revert "qemu-ga: Document intentional fall through
 in channel_event_cb()"

This reverts commit 41eaeba6d28d56c27120dffd47559fc149b28f59.

Reverting as asked by Laszlo in message <51892739.2030807@redhat.com>
because of the ordering issue (most likely) related to supersed
testing.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
---
 qemu-ga.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/qemu-ga.c b/qemu-ga.c
index eb7fc7a..30214a2 100644
--- a/qemu-ga.c
+++ b/qemu-ga.c
@@ -618,7 +618,6 @@ static gboolean channel_event_cb(GIOCondition condition, gpointer data)
         if (!s->virtio) {
             return false;
         }
-        /* fall through */
     case G_IO_STATUS_AGAIN:
         /* virtio causes us to spin here when no process is attached to
          * host-side chardev. sleep a bit to mitigate this
-- 
1.7.11.7

