This patch changes the tc-dwc-g210-pci driver's name to avoid name collisions
with the Smsung's driver.

Signed-off-by: Joao Pinto <[email protected]>
---
 drivers/scsi/ufs/tc-dwc-g210-pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ufs/tc-dwc-g210-pci.c 
b/drivers/scsi/ufs/tc-dwc-g210-pci.c
index 0667c76..c09a0fe 100644
--- a/drivers/scsi/ufs/tc-dwc-g210-pci.c
+++ b/drivers/scsi/ufs/tc-dwc-g210-pci.c
@@ -164,7 +164,7 @@ static const struct pci_device_id tc_dwc_g210_pci_tbl[] = {
 MODULE_DEVICE_TABLE(pci, tc_dwc_g210_pci_tbl);
 
 static struct pci_driver tc_dwc_g210_pci_driver = {
-       .name = UFSHCD,
+       .name = "tc-dwc-g210-pci",
        .id_table = tc_dwc_g210_pci_tbl,
        .probe = tc_dwc_g210_pci_probe,
        .remove = tc_dwc_g210_pci_remove,
-- 
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to