commit | 610a72b70733b6d5b7d3a1ee93f2e6daa2742ef3 | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Mon Aug 27 11:23:06 2018 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 14 15:31:30 2018 +0200 |
tree | 6ed14e1fa92e0acd5cb0ee0e7fc4ade35a16a86a | |
parent | 2ed43e53e35907456389dc9d8733d2221e6ec0e7 [diff] |
platform: goldfish: pipe: Replace two code blocks with a function call Two function calls look cleaner because the function introduces takes case of all bit shifting and casting. Signed-off-by: Roman Kiryanov <rkir@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>