Loading drivers/ata/sata_mv.c +1 −1 Original line number Diff line number Diff line Loading @@ -2170,7 +2170,7 @@ static void mv_phy_reset(struct ata_port *ap, unsigned int *class, mv_scr_read(ap, SCR_ERROR, &serror); mv_scr_read(ap, SCR_CONTROL, &scontrol); DPRINTK("S-regs after ATA_RST: SStat 0x%08x SErr 0x%08x " "SCtrl 0x%08x\n", status, serror, scontrol); "SCtrl 0x%08x\n", sstatus, serror, scontrol); } #endif Loading Loading
drivers/ata/sata_mv.c +1 −1 Original line number Diff line number Diff line Loading @@ -2170,7 +2170,7 @@ static void mv_phy_reset(struct ata_port *ap, unsigned int *class, mv_scr_read(ap, SCR_ERROR, &serror); mv_scr_read(ap, SCR_CONTROL, &scontrol); DPRINTK("S-regs after ATA_RST: SStat 0x%08x SErr 0x%08x " "SCtrl 0x%08x\n", status, serror, scontrol); "SCtrl 0x%08x\n", sstatus, serror, scontrol); } #endif Loading