Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
[firefly-linux-kernel-4.4.55.git] / drivers / ata / pata_marvell.c
index dd38083dcbeb101838e9ece0802f71bf3d541a68..75a6a0c0094fb1b8220a50ddd2cc94765003c18b 100644 (file)
@@ -38,7 +38,7 @@ static int marvell_pata_active(struct pci_dev *pdev)
 
        /* We don't yet know how to do this for other devices */
        if (pdev->device != 0x6145)
-               return 1;       
+               return 1;
 
        barp = pci_iomap(pdev, 5, 0x10);
        if (barp == NULL)