RE: [PATCH 2] libahci: fix turning on LEDs in ahci_start_port()

2013-10-16 Thread Dorau, Lukasz
On Tuesday, October 15, 2013 3:41 PM Tejun Heo wrote: > On Mon, Oct 14, 2013 at 06:18:53PM +0200, Lukasz Dorau wrote: > > If EM Transmit bit is busy during init ata_msleep() is called. > > It is wrong - msleep() should be used instead of ata_msleep(), because > > if EM Transmit bit is busy for one

Re: [PATCH 2] libahci: fix turning on LEDs in ahci_start_port()

2013-10-15 Thread Tejun Heo
On Mon, Oct 14, 2013 at 06:18:53PM +0200, Lukasz Dorau wrote: > If EM Transmit bit is busy during init ata_msleep() is called. > It is wrong - msleep() should be used instead of ata_msleep(), > because if EM Transmit bit is busy for one port, it will be busy > for all other ports too, so using ata_