Skip to content

Commit ff5e2cd

Browse files
NXP-CarlosSongjic23
authored andcommitted
iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
FXOS8700_CTRL_ODR_MIN is not used but value is probably wrong. Remove it for a good readability. Fixes: 84e5ddd ("iio: imu: Add support for the FXOS8700 IMU") Signed-off-by: Carlos Song <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent eb6d8f8 commit ff5e2cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iio/imu/fxos8700_core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146

147147
/* Bit definitions for FXOS8700_CTRL_REG1 */
148148
#define FXOS8700_CTRL_ODR_MAX 0x00
149-
#define FXOS8700_CTRL_ODR_MIN GENMASK(4, 3)
150149
#define FXOS8700_CTRL_ODR_MSK GENMASK(5, 3)
151150

152151
/* Bit definitions for FXOS8700_M_CTRL_REG1 */

0 commit comments

Comments
 (0)