From 5bb00e5edd82604b0bec4928c0ff4973b0b89ca1 Mon Sep 17 00:00:00 2001 From: Jonathan Cameron Date: Sat, 6 Oct 2012 14:37:44 +0100 Subject: [PATCH] --- yaml --- r: 337707 b: refs/heads/master c: 2593b13a622ae99c2c7d6d8c869b59383ab70697 h: refs/heads/master i: 337705: 92263a465604603652d1b46bfbbc4cacc1414641 337703: 44d26e70dfca63e1d98ce09182fdabd37cd7374b v: v3 --- [refs] | 2 +- trunk/drivers/staging/iio/adc/max1363.c | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 0a3454b5ffac..d4e2e975f088 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec44372865c0ab9dd7d816ab9734463bdb8c20d1 +refs/heads/master: 2593b13a622ae99c2c7d6d8c869b59383ab70697 diff --git a/trunk/drivers/staging/iio/adc/max1363.c b/trunk/drivers/staging/iio/adc/max1363.c index dbfdc3938064..321775327b26 100644 --- a/trunk/drivers/staging/iio/adc/max1363.c +++ b/trunk/drivers/staging/iio/adc/max1363.c @@ -127,20 +127,19 @@ enum max1363_modes { /** * struct max1363_chip_info - chip specifc information - * @name: indentification string for chip - * @bits: accuracy of the adc in bits - * @int_vref_mv: the internal reference voltage * @info: iio core function callbacks structure + * @channels: channel specification + * @num_channels: number of channels * @mode_list: array of available scan modes - * @num_modes: the number of scan modes available * @default_mode: the scan mode in which the chip starts up - * @channel: channel specification + * @int_vref_mv: the internal reference voltage * @num_channels: number of channels + * @bits: accuracy of the adc in bits */ struct max1363_chip_info { const struct iio_info *info; - const struct iio_chan_spec *channels; - int num_channels; + const struct iio_chan_spec *channels; + int num_channels; const enum max1363_modes *mode_list; enum max1363_modes default_mode; u16 int_vref_mv;