summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-spear.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2014-08-23 20:33:23 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-08-26 15:53:34 +0300
commit2079a513b0f03c8872322070944720d2c174b005 (patch)
tree53c10c81d356524971a714fed4099dba2979092c /drivers/rtc/rtc-spear.c
parentf57eda296dc327fc3f5d21099cf232bcd004237f (diff)
downloadblackbird-op-linux-2079a513b0f03c8872322070944720d2c174b005.tar.gz
blackbird-op-linux-2079a513b0f03c8872322070944720d2c174b005.zip
video: fbdev: intelfb: delete double assignment
Delete successive assignments to the same location. In the second case, = is converted to |=, which looks appropriate based on the values involved. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression i; @@ *i = ...; i = ...; // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/rtc/rtc-spear.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud