summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2018-05-21 11:49:09 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-07-08 11:35:17 +0200
commit794ac821cc44e4d148df36eb330a7e9729c06a82 (patch)
tree963a3cc820c1763def6b84c93a51bfc8b4833fcb /COPYING
parentdt-bindings: iio: dac: Add docs for AD5758 DAC (diff)
downloadlinux-794ac821cc44e4d148df36eb330a7e9729c06a82.tar.xz
linux-794ac821cc44e4d148df36eb330a7e9729c06a82.zip
iio: adc: max1363: merge calls to of_match_device and of_device_get_match_data
Drop call to of_match_device, which is subsumed by the subsequent call to of_device_get_match_data. The code becomes simpler, and a temporary variable can be dropped. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ local idexpression match; identifier i; expression x, dev, e, e1; @@ - match@i = of_match_device(x, dev); - if (match) e = of_device_get_match_data(dev); - else e = e1; + e = of_device_get_match_data(dev); + if (!e) e = e1; @@ identifier r.i; @@ - const struct of_device_id *i; ... when != i // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions