Re: [Qemu-devel] [PATCH 1/7] backends: Fix warning from Sparse

2015-03-09 Thread Michael Tokarev
10.03.2015 09:22, Stefan Weil wrote: > No, that was my mistake. Please excuse also the cris patch which I sent twice. > I did not notice that it already had caused trouble, nor did I notice that I > had already sent it. > In my local patch queue (~ 50 patches) there was even a 2nd cris patch > wh

Re: [Qemu-devel] [PATCH 1/7] backends: Fix warning from Sparse

2015-03-09 Thread Stefan Weil
Am 10.03.2015 um 07:04 schrieb Michael Tokarev: Applied all 7 to -trivial. Is it intentional that there's no cover letter for the series? Thanks, /mjt No, that was my mistake. Please excuse also the cris patch which I sent twice. I did not notice that it already had caused trouble, nor did

Re: [Qemu-devel] [PATCH 1/7] backends: Fix warning from Sparse

2015-03-09 Thread Michael Tokarev
Applied all 7 to -trivial. Is it intentional that there's no cover letter for the series? Thanks, /mjt

[Qemu-devel] [PATCH 1/7] backends: Fix warning from Sparse

2015-03-08 Thread Stefan Weil
Sparse report: backends/tpm.c:39:5: warning: returning void-valued expression Signed-off-by: Stefan Weil --- backends/tpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/tpm.c b/backends/tpm.c index 01860c4..4efe367 100644 --- a/backends/tpm.c +++ b/backends/tpm.c