Re: [PATCH] ufshcd-pltfrm: add missing empty slot in ufs_of_match[]

2013-05-27 Thread Santosh Y
On Sun, May 26, 2013 at 4:54 PM, Akinobu Mita wrote: > of_match_table member in struct device_driver must be terminated by > empty slot as a sentinel. > > Signed-off-by: Akinobu Mita > Cc: Vinayak Holikatti > Cc: Santosh Y > Cc: "James E.J. Bottomley" > Cc: linux-scsi@vger.kernel.org > --- >

[PATCH] ufshcd-pltfrm: add missing empty slot in ufs_of_match[]

2013-05-26 Thread Akinobu Mita
of_match_table member in struct device_driver must be terminated by empty slot as a sentinel. Signed-off-by: Akinobu Mita Cc: Vinayak Holikatti Cc: Santosh Y Cc: "James E.J. Bottomley" Cc: linux-scsi@vger.kernel.org --- drivers/scsi/ufs/ufshcd-pltfrm.c | 1 + 1 file changed, 1 insertion(+) d