On Mon, 30 Dec 2019 at 12:48, YueHaibing wrote:
>
> match_string() returns the array index of a matching string.
> Use it instead of the open-coded implementation.
>
> Signed-off-by: YueHaibing
Thanks!
> ---
> drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 13 +
> 1 file changed, 5 ins
match_string() returns the array index of a matching string.
Use it instead of the open-coded implementation.
Signed-off-by: YueHaibing
---
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 13 +
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/dispnv04