commit | 76f31f6697669b5ab4c92098fa6737d5216e6f7f | [log] [tgz] |
---|---|---|
author | Waqar Hameed <waqarh@axis.com> | Mon Jul 15 19:22:58 2019 -0700 |
committer | Jonas Larsson <ljonas@google.com> | Thu Oct 31 16:13:53 2019 -0700 |
tree | a823a5834978370efc09a9fc06a11ad5e2a0192b | |
parent | feb9bb4eff803bc1c108e20775154b8bd5f6cbed [diff] |
staging: gasket: Fix dev_addr truncation on 32-bit arch The extended address bit is at position 63 (c.f. apex_driver.c:60). The device address will thus not fit in a ulong on 32-bit ARM systems. Use u64 instead. [toddpoynor@google.com: more fixups, fix debug printk param order] Bug: 137378503 Signed-off-by: Waqar Hameed <waqarh@axis.com> Change-Id: If801b2b97d88c1329f3a359507e265837150571c