The only 64bit parameter of muldiv64() is the first one.
commit3498686220d8398d7dad300a01d1d75896ad52a6
authorLaurent Vivier <lvivier@redhat.com>
Mon, 9 May 2016 13:24:56 +0000 (9 15:24 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:02:49 +0000 (7 18:02 +0300)
treecb0167b51d3a94a424d8316200c65add32b1373c
parente9d5150739c4e321088eddfe46b88a8654d86eae
The only 64bit parameter of muldiv64() is the first one.

muldiv64() is "uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c)"

Some time it is used as muldiv64(uint32_t a, uint64_t b, uint32_t c)"

This patch is the result of coccinelle script
scripts/coccinelle/swap_muldiv64.cocci to reorder arguments.

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/timer/omap_gptimer.c
hw/usb/hcd-ohci.c