diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-10-12 12:48:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-13 20:18:38 +0300 |
commit | e7ad97938eaccb5a9ff4534167b1abafb507935c (patch) | |
tree | 0783e0fb208a7163835f21e11288de7c6aa0a9bd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | db5972c95d78fb7d3e0f67b9b6c90adf0ed96db1 (diff) | |
download | linux-e7ad97938eaccb5a9ff4534167b1abafb507935c.tar.xz |
liquidio: fix timespec64_to_ns typo
While experimenting with changes to the timekeeping code, I
ran into a build error in the liquidio driver:
drivers/net/ethernet/cavium/liquidio/lio_main.c: In function 'liquidio_ptp_settime':
drivers/net/ethernet/cavium/liquidio/lio_main.c:1850:22: error: passing argument 1 of 'timespec_to_ns' from incompatible pointer type [-Werror=incompatible-pointer-types]
The driver had a type mismatch since it was first merged, but
this never caused problems because it is only built on 64-bit
architectures that define timespec and timespec64 to the same
type.
If we ever want to compile-test the driver on 32-bit or change
the way that 64-bit timespec64 is defined, we need to fix it,
so let's just do it now.
Fixes: f21fb3ed364b ("Add support of Cavium Liquidio ethernet adapters")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Felix Manlunas <felix.manlunas@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions