[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5d8624ea-306c-2ab4-882a-f543c316c539@gmail.com>
Date: Fri, 6 Jan 2023 15:47:12 +0100
From: Bean Huo <huobean@...il.com>
To: Bart Van Assche <bvanassche@....org>, Bean Huo <beanhuo@...pp.de>,
alim.akhtar@...sung.com, avri.altman@....com, jejb@...ux.ibm.com,
martin.petersen@...cle.com, stanley.chu@...iatek.com,
beanhuo@...ron.com, tomas.winkler@...el.com,
daejun7.park@...sung.com, quic_cang@...cinc.com,
quic_nguyenb@...cinc.com, quic_xiaosenh@...cinc.com,
quic_richardp@...cinc.com, quic_asutoshd@...cinc.com, hare@...e.de
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 7/7] ufs: core: Add advanced RPMB support in ufs_bsg
Hi Bart,
Thanks for your report, I will fix it along with cleanup patch. Sorry
for this issue!!
Kind regards,
Bean
On 05.01.23 11:37 PM, Bart Van Assche wrote:
> Hi Bean,
>
> I think this patch is the first patch that adds a declaration in
> ufshcd.h that uses the enum dma_data_direction data type. That leads
> to the following compiler warning:
>
> In file included from drivers/ufs/host/tc-dwc-g210-pci.c:10:
> ./include/ufs/ufshcd.h:1282:72: warning: ‘enum dma_data_direction’
> declared inside parameter list will not be visible outside of this
> definition or declaration
> 1282 | struct scatterlist
> *sg_list, enum dma_data_direction dir);
> | ^~~~~~~~~~~~~~~~~~
>
> Can you please post a patch to fix this? Adding the following line is
> probably sufficient:
>
> #include <linux/dma-direction.h>
>
> This has been detected with the following script:
> https://github.com/bvanassche/build-scsi-drivers/blob/main/build-scsi-drivers
>
>
> Thanks,
>
> Bart.
Powered by blists - more mailing lists