Skip to content

Commit 7ed645d

Browse files
jlabundyLee Jones
authored andcommitted
mfd: iqs62x: Remove unused bit mask
The register write that performed a mandatory soft reset during probe was removed during development of the driver, however the IQS62X_SYS_SETTINGS_SOFT_RESET bit mask was left behind. Remove it to keep stray macros out of the driver. Signed-off-by: Jeff LaBundy <jeff@labundy.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 parent 8dc6115 commit 7ed645d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/mfd/iqs62x.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
#define IQS620_TEMP_CAL_OFFS 0xC4
5858

5959
#define IQS62X_SYS_SETTINGS 0xD0
60-
#define IQS62X_SYS_SETTINGS_SOFT_RESET BIT(7)
6160
#define IQS62X_SYS_SETTINGS_ACK_RESET BIT(6)
6261
#define IQS62X_SYS_SETTINGS_EVENT_MODE BIT(5)
6362
#define IQS62X_SYS_SETTINGS_CLK_DIV BIT(4)

0 commit comments

Comments
 (0)