Re: [Qemu-devel] [PATCH] bt-host: add missing break statement

2012-01-12 Thread Stefan Weil
Am 12.01.2012 15:17, schrieb Stefan Hajnoczi: The switch statement in bt_host_read() is missing a break in one case. Andrzej Zaborowski confirmed that this is not an intentional fall-through. Signed-off-by: Stefan Hajnoczi --- bt-host.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) d

[Qemu-devel] [PATCH] bt-host: add missing break statement

2012-01-12 Thread Stefan Hajnoczi
The switch statement in bt_host_read() is missing a break in one case. Andrzej Zaborowski confirmed that this is not an intentional fall-through. Signed-off-by: Stefan Hajnoczi --- bt-host.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bt-host.c b/bt-host.c index df5