On x64 we get:
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:751:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
The registers are 32 bit, so fix by casting to u32.
Fixes:
|
||
---|---|---|
.. | ||
cdns-mhdp8546-core.c | ||
cdns-mhdp8546-core.h | ||
cdns-mhdp8546-j721e.c | ||
cdns-mhdp8546-j721e.h | ||
Kconfig | ||
Makefile |