From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Y Subject: Re: scsi: ufs: add support for query requests Date: Wed, 10 Apr 2013 19:05:28 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Sender: linux-arm-msm-owner@vger.kernel.org To: draviv@codeaurora.org Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, vinayak holikatti List-Id: linux-scsi@vger.kernel.org > > 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