2013-04-10 10:05:51

by Santosh Y

[permalink] [raw]
Subject: Re: scsi: ufs: add support for query requests

>
> This can be done inside the following if condition i.e. if
> (hba->query.descriptor != NULL).
> and change the condition to if (!hba->query.descriptor).
>

I meant to write if (hba->query.descriptor)...:-)
--
~Santosh