projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f176a
)
i2c: rcar: (cosmetic) remove superfluous parenthesis
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Thu, 12 Sep 2013 12:36:44 +0000
(14:36 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 30 Sep 2013 04:02:31 +0000
(06:02 +0200)
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>
drivers/i2c/busses/i2c-rcar.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-rcar.c
b/drivers/i2c/busses/i2c-rcar.c
index
d2fe11d
..
15eef94
100644
(file)
--- a/
drivers/i2c/busses/i2c-rcar.c
+++ b/
drivers/i2c/busses/i2c-rcar.c
@@
-306,7
+306,7
@@
scgd_find:
/*
* keep icccr value
*/
- priv->icccr =
(scgd << (cdf_width) | cdf)
;
+ priv->icccr =
scgd << cdf_width | cdf
;
return 0;
}