Signed-off-by: Alexey Zaytsev <zaytsev@xxxxxxxxx> --- arch/mips/lib/delay.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/lib/delay.c b/arch/mips/lib/delay.c index f69c6b5..222bed0 100644 --- a/arch/mips/lib/delay.c +++ b/arch/mips/lib/delay.c @@ -51,6 +51,6 @@ void __ndelay(unsigned long ns) { unsigned int lpj = current_cpu_data.udelay_val; - __delay((us * 0x00000005 * HZ * lpj) >> 32); + __delay((ns * 0x00000005 * HZ * lpj) >> 32); } EXPORT_SYMBOL(__ndelay); -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.