i2c: rcar: (cosmetic) remove superfluous parenthesis

A recent patch added even more superfluous parenthesis to those, which
already were there. Remove them again.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Guennadi Liakhovetski 2013-09-12 14:36:44 +02:00 committed by Wolfram Sang
parent 45f176aea6
commit 14d32f1794
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ scgd_find:
/*
* keep icccr value
*/
priv->icccr = (scgd << (cdf_width) | cdf);
priv->icccr = scgd << cdf_width | cdf;
return 0;
}