RE: [EXT] Re: [PATCH net v1] octeon_ep: explicitly test for firmware ready value

From: Shinas Rasheed
Date: Wed Dec 06 2023 - 09:22:34 EST


> I'm not disputing that. I'm saying that this:
> return (status == FW_STATUS_READY) ? true : false;
> is equivalent to:
> return status == FW_STATUS_READY;

Oh got it! Thanks for the catch, will correct and send it now.

Shinas