commit | 9721301aef12e405ec0da9079fdfc473a28f787e | [log] [tgz] |
---|---|---|
author | Jonathan Currier <dullfire@yahoo.com> | Wed May 07 03:36:23 2025 -0500 |
committer | Fabio Estevam <festevam@gmail.com> | Mon May 12 18:42:53 2025 -0300 |
tree | a5fd5889ae515cbc90894ff6c4f899183d2f03d3 | |
parent | 4c1528c3d116b94cef68aa9f4650ab9cd619e065 [diff] |
spi: fspi: dev_dbg() call assumes fdt_addr_t always a long long On 32-bit systems, e.g. i.mxrt-1170 fdt_addr_t may only be 32-bit. Cast to a "long long" for garbage avoidance. Signed-off-by: Jonathan Currier <dullfire@yahoo.com>