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:
parent
45f176aea6
commit
14d32f1794
|
@ -306,7 +306,7 @@ scgd_find:
|
|||
/*
|
||||
* keep icccr value
|
||||
*/
|
||||
priv->icccr = (scgd << (cdf_width) | cdf);
|
||||
priv->icccr = scgd << cdf_width | cdf;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue