Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: imu: bmi323: remove redundant register definition

BMI323_STEP_SC1_REG was defined twice.

Redundant definition has been removed

Signed-off-by: Tarang Raval <tarang.raval@siliconsignals.io>
Link: https://patch.msgid.link/20241009111828.43371-1-tarang.raval@siliconsignals.io
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Tarang Raval and committed by
Jonathan Cameron
92accba9 3681313a

-1
-1
drivers/iio/imu/bmi323/bmi323.h
··· 141 141 #define BMI323_STEP_SC1_REG 0x10 142 142 #define BMI323_STEP_SC1_WTRMRK_MSK GENMASK(9, 0) 143 143 #define BMI323_STEP_SC1_RST_CNT_MSK BIT(10) 144 - #define BMI323_STEP_SC1_REG 0x10 145 144 #define BMI323_STEP_LEN 2 146 145 147 146 /* Tap gesture config registers */