diff options
author | David Pu <dpu@nvidia.com> | 2017-04-28 13:48:59 -0400 |
---|---|---|
committer | Naveen Kumar Arepalli <naveenk@nvidia.com> | 2017-09-29 06:21:58 -0400 |
commit | 715f13de385ce2f1e6fa33f8d20b67174730f6ec (patch) | |
tree | a47fa22dc3f0fcd70d8062797c07da9b3da4631b /drivers/scsi | |
parent | 01ee2f1c73cce1009b44789f01211c536d817230 (diff) |
ufs: tegra: fix compile error with GCC 6.3
Bug 200302518
Change-Id: I464ce4a42d4f5febe0fd1842647bd11de3dd929d
Signed-off-by: David Pu <dpu@nvidia.com>
Reviewed-on: http://git-master/r/1472325
GVS: Gerrit_Virtual_Submit
Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com>
Tested-by: Pritesh Raithatha <praithatha@nvidia.com>
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/ufs/ufs-tegra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ufs/ufs-tegra.c b/drivers/scsi/ufs/ufs-tegra.c index 851eb68a9..b72d766a6 100644 --- a/drivers/scsi/ufs/ufs-tegra.c +++ b/drivers/scsi/ufs/ufs-tegra.c | |||
@@ -1009,7 +1009,7 @@ out: | |||
1009 | return ret; | 1009 | return ret; |
1010 | } | 1010 | } |
1011 | 1011 | ||
1012 | static int ufs_tegra_hce_enable_notify(const struct ufs_hba *hba, | 1012 | static int ufs_tegra_hce_enable_notify(struct ufs_hba *hba, |
1013 | enum ufs_notify_change_status status) | 1013 | enum ufs_notify_change_status status) |
1014 | { | 1014 | { |
1015 | const struct ufs_tegra_host *ufs_tegra = hba->priv; | 1015 | const struct ufs_tegra_host *ufs_tegra = hba->priv; |