> Remove "? true : false" if the preceding expression yields a boolean or if the > result of the expression is assigned to a boolean since in these two cases the "? > true : false" part is superfluous. > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Reviewed-by: Avri Altman <avri.altman@xxxxxxx>