From: Sasha Levin Date: Thu, 30 Aug 2012 07:36:38 +0000 (+0200) Subject: kvm tools: clean garbage from ioeventfd code X-Git-Tag: next-20120904~31^2^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a5325e9a659200b4be26e24e661f0aa4764a57a7;p=karo-tx-linux.git kvm tools: clean garbage from ioeventfd code Signed-off-by: Sasha Levin Signed-off-by: Pekka Enberg --- diff --git a/tools/kvm/ioeventfd.c b/tools/kvm/ioeventfd.c index 226876fce2ad..742b00862f1a 100644 --- a/tools/kvm/ioeventfd.c +++ b/tools/kvm/ioeventfd.c @@ -44,7 +44,6 @@ static void *ioeventfd__thread(void *param) } done: - tmp = 1; tmp = write(epoll_stop_fd, &tmp, sizeof(tmp)); return NULL;