commit | 3565f71a727e67296bd645714ae6139b6dff0410 | [log] [tgz] |
---|---|---|
author | Wealian Liao <WHLIAO@nuvoton.com> | Fri Jan 21 14:51:52 2022 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jan 28 10:06:05 2022 +0100 |
tree | 963aa3ccfbd93ca2052e3e0d02bf3c0988be67f1 | |
parent | 499cc72411d83031d850caa42af2bc27fb39137a [diff] |
drivers: npcx: Correct the macro parentheses This corrects the following: 1. The priority of type cast is lower than member access. So don't need the redundant parentheses. 2. The macro should be added to the parentheses. Signed-off-by: Wealian Liao <WHLIAO@nuvoton.com>