commit | 68275680ea12e9f378e51ff525dacbb76f006764 | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Mon Jul 23 15:47:27 2018 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 02 10:24:51 2018 +0200 |
tree | c7a9aec7e79a3af518b485eaf7ce370aacf040fd | |
parent | 72755eed6c1c5312425ad3d78bf0b916769e6125 [diff] |
goldfish: Use dedicated macros instead of manual bit shifting There are dedicated macros (lower_32_bits and upper_32_bits) available to extract the lower and upper 32 bits. They provide better readability and could prevent some compilation warnings. Signed-off-by: Roman Kiryanov <rkir@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>