Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1310961 > unrolled thread
| Started by | Martin Kepplinger <martink@posteo.de> |
|---|---|
| First post | 2016-01-16 15:40 +0100 |
| Last post | 2016-01-23 17:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/3] iio: mma8452: whitespace cleanup Martin Kepplinger <martink@posteo.de> - 2016-01-16 15:40 +0100
Re: [PATCH 2/3] iio: mma8452: whitespace cleanup Jonathan Cameron <jic23@kernel.org> - 2016-01-23 17:30 +0100
| From | Martin Kepplinger <martink@posteo.de> |
|---|---|
| Date | 2016-01-16 15:40 +0100 |
| Subject | [PATCH 2/3] iio: mma8452: whitespace cleanup |
| Message-ID | <qRAbg-5wQ-13@gated-at.bofh.it> |
Signed-off-by: Martin Kepplinger <martin.kepplinger@theobroma-systems.com> Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com> --- drivers/iio/accel/mma8452.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c index 77b71c2..843169e 100644 --- a/drivers/iio/accel/mma8452.c +++ b/drivers/iio/accel/mma8452.c @@ -85,8 +85,8 @@ #define MMA8452_INT_FF_MT BIT(2) #define MMA8452_INT_TRANS BIT(5) -#define MMA8452_DEVICE_ID 0x2a -#define MMA8453_DEVICE_ID 0x3a +#define MMA8452_DEVICE_ID 0x2a +#define MMA8453_DEVICE_ID 0x3a #define MMA8652_DEVICE_ID 0x4a #define MMA8653_DEVICE_ID 0x5a -- 2.1.4
[toc] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2016-01-23 17:30 +0100 |
| Message-ID | <qU9ez-5ik-33@gated-at.bofh.it> |
| In reply to | #1310961 |
On 16/01/16 14:35, Martin Kepplinger wrote: > Signed-off-by: Martin Kepplinger <martin.kepplinger@theobroma-systems.com> > Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com> Applied. > --- > drivers/iio/accel/mma8452.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c > index 77b71c2..843169e 100644 > --- a/drivers/iio/accel/mma8452.c > +++ b/drivers/iio/accel/mma8452.c > @@ -85,8 +85,8 @@ > #define MMA8452_INT_FF_MT BIT(2) > #define MMA8452_INT_TRANS BIT(5) > > -#define MMA8452_DEVICE_ID 0x2a > -#define MMA8453_DEVICE_ID 0x3a > +#define MMA8452_DEVICE_ID 0x2a > +#define MMA8453_DEVICE_ID 0x3a > #define MMA8652_DEVICE_ID 0x4a > #define MMA8653_DEVICE_ID 0x5a > >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web