exfat: remove unnecessary reassignment of p_uniname->name_len
authorNamjae Jeon <namjae.jeon@samsung.com>
Mon, 1 Jun 2020 00:43:49 +0000 (09:43 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Tue, 9 Jun 2020 07:49:32 +0000 (16:49 +0900)
commitf78059805fb9fc5c343e89f39cf11856d047dd60
treed8f65d567df331b589906b9cf5c96d65452dbd04
parent5875bf287d95314c58add01184f361cc5aa38429
exfat: remove unnecessary reassignment of p_uniname->name_len

kbuild test robot reported :

fs/exfat/nls.c:531:22: warning: Variable 'p_uniname->name_len'
is reassigned a value before the old one has been used.

The reassignment of p_uniname->name_len is not needed and remove it.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/nls.c