Skip to content

Commit 01b94ba

Browse files
committed
HACK: tps65217_pwr_but
Signed-off-by: Robert Nelson <[email protected]>
1 parent 46ff715 commit 01b94ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/misc/tps65218-pwrbutton.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct tps6521x_data {
3636
static const struct tps6521x_data tps65217_data = {
3737
.reg_status = TPS65217_REG_STATUS,
3838
.pb_mask = TPS65217_STATUS_PB,
39-
.name = "tps65217_pwrbutton",
39+
.name = "tps65217_pwr_but",
4040
};
4141

4242
static const struct tps6521x_data tps65218_data = {

0 commit comments

Comments
 (0)