scsi: Fix size arguement clang error
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
parent
c5eab0c59b
commit
3137062fac
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue