Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1310961
| From | Martin Kepplinger <martink@posteo.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] iio: mma8452: whitespace cleanup |
| Date | 2016-01-16 15:40 +0100 |
| Message-ID | <qRAbg-5wQ-13@gated-at.bofh.it> (permalink) |
| References | <qRAbg-5wQ-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web