commit | d2dc92eddd23e97c6320d60dffd44424f3d45399 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 16 15:41:22 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Mar 27 09:12:17 2016 -0400 |
tree | eb9a4ecfdf352b60a0b91eef22ffb3654971a412 | |
parent | ae6c2bc831a6047d02bb1d91e2cee122642085da [diff] |
lcd: Fix compile warning in 64bit mode When compiling the code for 64bit, the lcd code emits warnings because it tries to cast pointers to 32bit values. Fix it by casting them to longs instead, actually properly aligning with the function prototype. Signed-off-by: Alexander Graf <agraf@suse.de>