Loading
scsi: ufs: verify hba->vops pointer is valid
hba->vops is allowed to be NULL, depending on the specific UFS
host driver. Add checks to verify hba->vops is not null to protect
against null pointer access.
Change-Id: I7507c0842f44cbc3600645249a4163277710dccf
Signed-off-by:
Gilad Broner <gbroner@codeaurora.org>