Re: [PATCH] ppc/amigaone: Check blk_pwrite return value

2025-03-20 Thread Nicholas Piggin
On Mon Mar 17, 2025 at 11:13 PM AEST, BALATON Zoltan wrote: > On Mon, 17 Mar 2025, Cédric Le Goater wrote: >> On 3/14/25 21:01, BALATON Zoltan wrote: >>> Coverity reported that return value of blk_pwrite() maybe should not >>> be ignored. We can't do much if this happens other than report an >>> er

Re: [PATCH] ppc/amigaone: Check blk_pwrite return value

2025-03-17 Thread BALATON Zoltan
On Mon, 17 Mar 2025, Cédric Le Goater wrote: On 3/14/25 21:01, BALATON Zoltan wrote: Coverity reported that return value of blk_pwrite() maybe should not be ignored. We can't do much if this happens other than report an error but let's do that to silence this report. Resolves: Coverity CID 1593

Re: [PATCH] ppc/amigaone: Check blk_pwrite return value

2025-03-17 Thread Cédric Le Goater
On 3/14/25 21:01, BALATON Zoltan wrote: Coverity reported that return value of blk_pwrite() maybe should not be ignored. We can't do much if this happens other than report an error but let's do that to silence this report. Resolves: Coverity CID 1593725 Signed-off-by: BALATON Zoltan --- hw/pp

Re: [PATCH] ppc/amigaone: Check blk_pwrite return value

2025-03-16 Thread Nicholas Piggin
On Sat Mar 15, 2025 at 6:01 AM AEST, BALATON Zoltan wrote: > Coverity reported that return value of blk_pwrite() maybe should not > be ignored. We can't do much if this happens other than report an > error but let's do that to silence this report. > > Resolves: Coverity CID 1593725 > Signed-off-by:

[PATCH] ppc/amigaone: Check blk_pwrite return value

2025-03-14 Thread BALATON Zoltan
Coverity reported that return value of blk_pwrite() maybe should not be ignored. We can't do much if this happens other than report an error but let's do that to silence this report. Resolves: Coverity CID 1593725 Signed-off-by: BALATON Zoltan --- hw/ppc/amigaone.c | 14 -- 1 file ch