sparc64: replace parentheses in pmul()
authorRoel Kluin <roel.kluin@gmail.com>
Sun, 8 Nov 2009 08:26:56 +0000 (00:26 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Nov 2009 08:26:56 +0000 (00:26 -0800)
`>>' has a higher precedence than `?' so src2 evaluated to
either 16 or 0 dependent on the bits set in rs2.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found