staging: r8188eu: remove unnecessary cast
authorMartin Kaiser <martin@kaiser.cx>
Sat, 21 Aug 2021 16:48:50 +0000 (18:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Aug 2021 10:16:59 +0000 (12:16 +0200)
commit65945da601e816875426b5866746ced4acbc85e6
treeee564672c8e36298462ce7621a80cd7fa17d9d1a
parent9bfb54a8c88e025b9ae1fe19afd6500a206dbba5
staging: r8188eu: remove unnecessary cast

name is a const char * by default. This type should be ok for r8188eu.

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Acked-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210821164859.4351-1-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/usb_intf.c