scsi: Fix size arguement clang error

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi 2019-08-24 22:39:30 +05:30 committed by Timi
parent c5eab0c59b
commit 3137062fac

View file

@ -100,7 +100,7 @@ int ufs_fill_info(struct ufs_hba *hba)
int err=0;
u64 ufs_capacity = 0;
char ufs_vendor[9]={'\0'};
char ufs_rev[5]={'\0'};
char ufs_rev[7]={'\0'};
/* Error Handle: Before filling ufs info, we must confirm sdev_ufs_device structure is not NULL*/
if(!hba->sdev_ufs_device) {