On 4/1/22 11:49, Avri Altman wrote:
Convert "if (expr) return true; else return false;" into "return expr;" if either 'expr' is a boolean expression or the return type of the function is 'bool'. Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx>Maybe also add ufshpb_is_pinned_region()
Thanks for the feedback. I will take a look at that function. Bart.