OpenCloudOS-Kernel/drivers/staging/exfat
Valentin Vidic 2d70718dd5 staging: exfat: drop unused function parameter
sbi parameter not used inside the function so remove it.
Also cleanup unused variables generated by this change.

Signed-off-by: Valentin Vidic <vvidic@valentin-vidic.from.hr>
Link: https://lore.kernel.org/r/20190908173539.26963-1-vvidic@valentin-vidic.from.hr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-09-12 10:29:29 +01:00
..
Kconfig staging: exfat: make exfat depend on BLOCK 2019-09-02 20:13:50 +02:00
Makefile
TODO
exfat.h staging: exfat: cleanup spacing for operators 2019-09-12 10:25:04 +01:00
exfat_blkdev.c
exfat_cache.c staging: exfat: check for null return from call to FAT_getblk 2019-09-03 09:39:10 +02:00
exfat_core.c Staging: exfat: Avoid use of strcpy 2019-09-12 10:25:05 +01:00
exfat_nls.c staging: exfat: drop local TRUE/FALSE defines 2019-09-03 22:10:00 +02:00
exfat_super.c staging: exfat: drop unused function parameter 2019-09-12 10:29:29 +01:00
exfat_upcase.c