staging: clocking-wizard: Contain macro argument in parenthesis
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Mon, 20 Oct 2014 20:20:08 +0000 (13:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 09:25:53 +0000 (17:25 +0800)
A macro doing some arithmetic to calculate a register offset, did not
contain an argument to the macro in parentheses, potentially leading to
unexpected results when using that macro with arithmetic expressions as
argument.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found