Signed-off-by: Peter Mamonov <[email protected]>
---
 drivers/ata/ide-sff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/ide-sff.c b/drivers/ata/ide-sff.c
index a8f2b26..e32cc3f 100644
--- a/drivers/ata/ide-sff.c
+++ b/drivers/ata/ide-sff.c
@@ -118,7 +118,7 @@ static int ata_wait_ready(struct ide_port *ide, unsigned 
timeout)
 {
        uint8_t status;
        uint64_t start = get_time_ns();
-       uint64_t toffs = timeout * 1000 * 1000;
+       uint64_t toffs = timeout * MSECOND;
 
        do {
                status = ata_rd_status(ide);
-- 
2.1.4


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to