mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
iio:bma180: Rename BMA_180 to BMA180_
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Cc: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
cab767d54d
commit
9a70b147da
@ -56,7 +56,7 @@
|
||||
/* We have to write this value in reset register to do soft reset */
|
||||
#define BMA180_RESET_VAL 0xb6
|
||||
|
||||
#define BMA_180_ID_REG_VAL 0x03
|
||||
#define BMA180_ID_REG_VAL 0x03
|
||||
|
||||
/* Chip power modes */
|
||||
#define BMA180_LOW_NOISE 0x00
|
||||
@ -258,7 +258,7 @@ static int bma180_chip_init(struct bma180_data *data)
|
||||
|
||||
if (ret < 0)
|
||||
goto err;
|
||||
if (ret != BMA_180_ID_REG_VAL) {
|
||||
if (ret != BMA180_ID_REG_VAL) {
|
||||
ret = -ENODEV;
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user