Re: [PATCH 08/33] vfio: use match_string() helper

2018-05-25 Thread Alex Williamson
On Mon, 21 May 2018 19:57:45 +0800 Yisheng Xie wrote: > match_string() returns the index of an array for a matching string, > which can be used intead of open coded variant. > > Cc: Alex Williamson > Cc: k...@vger.kernel.org > Signed-off-by: Yisheng Xie > --- > drivers/vfio/vfio.c | 11 +++---

[PATCH 08/33] vfio: use match_string() helper

2018-05-21 Thread Yisheng Xie
match_string() returns the index of an array for a matching string, which can be used intead of open coded variant. Cc: Alex Williamson Cc: k...@vger.kernel.org Signed-off-by: Yisheng Xie --- drivers/vfio/vfio.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/dri