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>
このコミットが含まれているのは:
@@ -306,7 +306,7 @@ scgd_find:
|
||||
/*
|
||||
* keep icccr value
|
||||
*/
|
||||
priv->icccr = (scgd << (cdf_width) | cdf);
|
||||
priv->icccr = scgd << cdf_width | cdf;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
新しいイシューから参照
ユーザーをブロックする