Re: [PATCH net-next] cxgb4: Use match_string() helper to simplify the code

From: David Miller
Date: Sat Nov 09 2019 - 15:29:52 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Thu, 7 Nov 2019 22:35:58 +0800

> match_string() returns the array index of a matching string.
> Use it instead of the open-coded implementation.
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Applied, thanks.