cxgb4: Use match_string() helper to simplify the code
authorYueHaibing <yuehaibing@huawei.com>
Thu, 7 Nov 2019 14:35:58 +0000 (22:35 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Nov 2019 19:33:16 +0000 (11:33 -0800)
commitc8119fa8922b0dfdda7c7152f7de55040aa5eb1d
tree8cd7b78e1590bd9a5a2df146b9cf63065af98040
parentcaee3174731ca342f8e418c642ae780ea9664a73
cxgb4: Use match_string() helper to simplify the code

match_string() returns the array index of a matching string.
Use it instead of the open-coded implementation.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c