Re: [Qemu-devel] [PATCH] wm8750: Fix calculation of number of array elements

2012-01-11 Thread andrzej zaborowski
On 9 January 2012 19:32, Stefan Weil wrote: > Coverity says that the division by sizeof(*s->rate) might be wrong. > I think that coverity is right. Thanks, applied. Cheers

[Qemu-devel] [PATCH] wm8750: Fix calculation of number of array elements

2012-01-09 Thread Stefan Weil
Coverity says that the division by sizeof(*s->rate) might be wrong. I think that coverity is right. Cc: Andrzej Zaborowski Signed-off-by: Stefan Weil --- hw/wm8750.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/wm8750.c b/hw/wm8750.c index 39383f4..b3589d3 1006