Re: [PATCH 00/12] Fix Unchecked return value from library errors

2021-03-04 Thread Gedare Bloom
Resubmit the non-Gaisler patches with the fixes for review/approval. On Thu, Mar 4, 2021 at 9:26 AM Gedare Bloom wrote: > > separate all the grlib/gr device driver fixes, and submit them as a > separate patch set for review/approval by Daniel. We may need to > collect a set of these and poke him,

Re: [PATCH 00/12] Fix Unchecked return value from library errors

2021-03-04 Thread Gedare Bloom
separate all the grlib/gr device driver fixes, and submit them as a separate patch set for review/approval by Daniel. We may need to collect a set of these and poke him, but we want to make sure we keep some consistency with them, in case they have any patches outside our tree waiting to merge. (ju

[PATCH 00/12] Fix Unchecked return value from library errors

2021-03-04 Thread Ryan Long
Hi, Here are the fixes for the "Unchecked return value from library" Coverity errors. For most of these, I added a status code variable, returned the value, and used the _Assert_Unused_variable_equal/unequal macros. For main_help.c, a (void) was just added because we don't care about the value tha