2022-08-30 23:18:09

by Prashant Malani

[permalink] [raw]
Subject: Re: [PATCH 2/4] platform/chrome: cros_typec_switch: Remove impossible condition

On Tue, Aug 30, 2022 at 3:58 PM Stephen Boyd <[email protected]> wrote:
>
> The type of 'index' is unsigned long long, which can't possibly be less
> than zero. Remove the impossible check.
>
> Cc: Prashant Malani <[email protected]>
> Cc: Tzung-Bi Shih <[email protected]>
> Signed-off-by: Stephen Boyd <[email protected]>
Acked-by: Prashant Malani <[email protected]>