Skip to content

Commit c0ff78f

Browse files
DarkLord1731SiddhantNaik17
authored andcommitted
synaptics_dsx2: Do not reint device everytime waking from suspend
1 parent ef9c6a2 commit c0ff78f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/input/touchscreen/synaptics_dsx2/synaptics_i2c_rmi.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4323,12 +4323,6 @@ static int synaptics_rmi4_start_device(struct synaptics_rmi4_data *rmi4_data)
43234323
}
43244324
#endif //CONFIG_SEC_FACTORY
43254325

4326-
retval = synaptics_rmi4_reinit_device(rmi4_data);
4327-
if (retval < 0) {
4328-
input_err(true, &rmi4_data->i2c_client->dev,
4329-
"%s: Failed to reinit device\n",
4330-
__func__);
4331-
}
43324326
#ifdef USE_ACTIVE_REPORT_RATE
43334327
if (rmi4_data->tsp_change_report_rate != SYNAPTICS_RPT_RATE_90HZ){
43344328
input_err(true, &rmi4_data->i2c_client->dev,

0 commit comments

Comments
 (0)