On Tue, Jul 29, 2025 at 01:05:13PM +0100, Andrew Goodbody wrote: >In bcm2835_send_cmd the test for a previous command not being complete >depends on cmd not being NULL so a second test in the code block is >redundant as it is guaranteed to be true. Remove the test and the >unreachable code following it. > >This issue was found by Smatch. > >Signed-off-by: Andrew Goodbody <[email protected]>
Reviewed-by: Peng Fan <[email protected]>

