diff options
author | Yong Wu <[email protected]> | 2020-05-19 15:57:44 +0800 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2020-05-19 14:18:38 +0200 |
commit | 2bc61fbcc192f0b2e10e51e38f4f485ba5b293ca (patch) | |
tree | 7fa609cb723c50565fea83f5cc5fe790e975b124 /drivers/usb/cdns3/cdns3-imx.c | |
parent | 8bbe13f52cb79666ada12033f04bdeb4741b7188 (diff) |
iommu/mediatek-v1: Fix a build warning for a unused variable 'data'
This patch fixes a build warning:
drivers/iommu/mtk_iommu_v1.c: In function 'mtk_iommu_release_device':
>> drivers/iommu/mtk_iommu_v1.c:467:25: warning: variable 'data' set but
>> not used [-Wunused-but-set-variable]
467 | struct mtk_iommu_data *data;
| ^~~~
It's reported at:
https://lore.kernel.org/linux-iommu/202005191458.gY38V8bU%[email protected]/T/#u
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Yong Wu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions