]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio: hi8435: remote ampersands from hi8435_info definition
authorNikita Yushchenko <nikita.yoush@cogentembedded.com>
Tue, 23 May 2017 08:07:46 +0000 (11:07 +0300)
committerJonathan Cameron <jic23@kernel.org>
Sat, 3 Jun 2017 07:43:19 +0000 (08:43 +0100)
commitf06a0d2c880c17672f62d2d5b82410bddf64d1a7
tree9995b55a797bf26087365aac5d251b3cf49342e4
parent9d965236fe9b7006261eaf5a81ad36cedf2f9035
iio: hi8435: remote ampersands from hi8435_info definition

C syntax allows apersands when initializing structures fields with
function pointers, but in Linux sources ampersands are normally not used
in thix context.

Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/hi8435.c