Re: [Qemu-devel] [PATCHv2] ide/atapi: fix set but unused

2011-04-29 Thread Kevin Wolf
Am 28.04.2011 15:34, schrieb Alon Levy: > Signed-off-by: Alon Levy > --- > hw/ide/atapi.c |4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCHv2] ide/atapi: fix set but unused

2011-04-28 Thread Stefan Weil
Am 28.04.2011 15:34, schrieb Alon Levy: Signed-off-by: Alon Levy --- hw/ide/atapi.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c index 690a0ab..0073c8d 100644 --- a/hw/ide/atapi.c +++ b/hw/ide/atapi.c @@ -1080,17 +1080,15 @@ static

[Qemu-devel] [PATCHv2] ide/atapi: fix set but unused

2011-04-28 Thread Alon Levy
Signed-off-by: Alon Levy --- hw/ide/atapi.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c index 690a0ab..0073c8d 100644 --- a/hw/ide/atapi.c +++ b/hw/ide/atapi.c @@ -1080,17 +1080,15 @@ static const struct { void ide_atapi_cmd(IDES