diff options
author | Akinobu Mita <mita@fixstars.com> | 2013-06-26 13:09:32 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-06-28 16:15:27 -0400 |
commit | 2e2930a3449f1fe3806e26c4391a71097cae43f3 (patch) | |
tree | 54536c6a953d6e302d72742e71499a663ed44067 /drivers/scsi | |
parent | 2953f850c3b80bdca004967c83733365d8aa0aa2 (diff) |
[SCSI] ufshcd-pltfrm: add missing empty slot in ufs_of_match[]
of_match_table member in struct device_driver must be terminated by
empty slot as a sentinel.
Signed-off-by: Akinobu Mita <mita@fixstars.com>
Signed-off-by: Santosh Y <santoshsy@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/ufs/ufshcd-pltfrm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ufs/ufshcd-pltfrm.c b/drivers/scsi/ufs/ufshcd-pltfrm.c index 0e48827c86bd..6829a160869f 100644 --- a/drivers/scsi/ufs/ufshcd-pltfrm.c +++ b/drivers/scsi/ufs/ufshcd-pltfrm.c | |||
@@ -157,6 +157,7 @@ static int ufshcd_pltfrm_remove(struct platform_device *pdev) | |||
157 | 157 | ||
158 | static const struct of_device_id ufs_of_match[] = { | 158 | static const struct of_device_id ufs_of_match[] = { |
159 | { .compatible = "jedec,ufs-1.1"}, | 159 | { .compatible = "jedec,ufs-1.1"}, |
160 | {}, | ||
160 | }; | 161 | }; |
161 | 162 | ||
162 | static const struct dev_pm_ops ufshcd_dev_pm_ops = { | 163 | static const struct dev_pm_ops ufshcd_dev_pm_ops = { |