Re: [PATCH v2 1/1] infiniband: hf1: Use string_upper() instead of open coded variant

From: Jason Gunthorpe
Date: Tue Oct 05 2021 - 14:23:41 EST


On Fri, Oct 01, 2021 at 03:31:53PM +0300, Andy Shevchenko wrote:
> Use string_upper() from string helper module instead of open coded variant.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> v2: fixed compilation error (Jason)
> drivers/infiniband/hw/hfi1/efivar.c | 10 ++++------
> 1 file changed, 4 insertions(+), 6 deletions(-)

Applied to for-next, thanks

Jason