]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'staging/staging-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 24 Aug 2012 06:06:10 +0000 (16:06 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 24 Aug 2012 06:06:10 +0000 (16:06 +1000)
1  2 
drivers/staging/android/binder.c
drivers/staging/comedi/drivers.c
drivers/staging/iio/adc/ad7192.c
drivers/staging/serqt_usb2/serqt_usb2.c

Simple merge
Simple merge
index 095837285f4fb25732b8986f3d6d25458a9a11a2,e381d4b5a6ed922c3d30ea1e685f1b82df77c948..405d9a8d7b6db1082cbba722997247509863c2f1
@@@ -969,9 -965,9 +969,9 @@@ static const struct iio_info ad7195_inf
          IIO_CHAN_INFO_SCALE_SEPARATE_BIT,                             \
          .address = _address,                                          \
          .scan_index = _si,                                            \
 -        .scan_type =  IIO_ST('s', 24, 32, 0)}
 +        .scan_type =  IIO_ST('u', 24, 32, 0)}
  
- static struct iio_chan_spec ad7192_channels[] = {
+ static const struct iio_chan_spec ad7192_channels[] = {
        AD7192_CHAN_DIFF(1, 2, NULL, AD7192_CH_AIN1P_AIN2M, 0),
        AD7192_CHAN_DIFF(3, 4, NULL, AD7192_CH_AIN3P_AIN4M, 1),
        AD7192_CHAN_TEMP(0, AD7192_CH_TEMP, 2),