Peter Maydell <[email protected]> writes:
> In rtc-test.c we know that s is non-NULL because qtest_start() > will return a non-NULL value, and we assume this when we > pass s to qtest_irq_intercept_in(). So we can drop the > initial assignment of NULL and the "if (s)" condition at > the end of the function. > > Fixes: Coverity CID 1432353 > Signed-off-by: Peter Maydell <[email protected]> Reviewed-by: Alex Bennée <[email protected]> -- Alex Bennée
