From: Andrea Merello Date: Fri, 4 Apr 2014 16:24:36 +0000 (+0200) Subject: rtl8180: add parentheses to REG_ADDR macros X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bcb20c7768ceca2138a6d9642d532f357e0b6c5;p=pandora-kernel.git 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 Signed-off-by: Andrea Merello Signed-off-by: John W. Linville --- Reading git-diff-tree failed