commit | c9a2c47b91b0334e7c7f5aaa0421ba7d751edbef | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Jun 14 11:13:41 2018 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Fri Jun 15 08:54:05 2018 +0200 |
tree | fb392a4499ad2e54d57166aa89e828485e4e4a3c | |
parent | 01fcf01e8194d65985da4432f53394bfcb98cbfe [diff] |
serial: zynq: Use BIT macros instead of shifts and full hex numbers Coding style is checking to use BIT macros instead of shifts. The patch is also fixing the rest of macros which should be BITs instead of hex numbers. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>