commit | 609e9d88f277bfe83392595745cc3976d42125b2 | [log] [tgz] |
---|---|---|
author | Hartmut Knaack <knaack.h@gmx.de> | Tue Jul 28 00:39:01 2015 +0200 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Aug 02 19:08:13 2015 +0100 |
tree | 85f4d17a3b7482b0848405b5c804d59a55658497 | |
parent | 688febbd168c52ab54ad29c210aceecb72386398 [diff] |
iio:adc:berlin2-adc: use short operator format Use augmented assignment to subtract the offset for negative temperature values. Specify the amount of private data to be allocated through devm_iio_device_alloc() with sizeof(*priv), as it is shorter and common practice in IIO. Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>