commit | 6bcb20c7768ceca2138a6d9642d532f357e0b6c5 | [log] [tgz] |
---|---|---|
author | Andrea Merello <andrea.merello@gmail.com> | Fri Apr 04 18:24:36 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 22 15:06:27 2014 -0400 |
tree | 47a2be0f96238b149703311c3aa852d191e4b553 | |
parent | 1c3fb9b8f80b4e5c7d4e1907f91f4459752929e9 [diff] |
rtl8180: add parentheses to REG_ADDR macros Parentheses are missing around the macro argument, causing the macro possibly not to work passing certain expressions as arguments. This should not cause any issues with current code, however it's worth to add them, as a good practice, and to eventually avoid future bugs. Suggested-by: Dave Kilroy <kilroyd@googlemail.com> Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>