Input: eswin_touch - Remove 10s probe delay
This commit is contained in:
parent
5f6c2aed42
commit
022127938a
1 changed files with 2 additions and 2 deletions
|
|
@ -1987,9 +1987,9 @@ static int eph_probe(struct comms_device *commsdevice, const struct comms_device
|
||||||
|
|
||||||
//struct device_node *node = commsdevice->dev.of_node;
|
//struct device_node *node = commsdevice->dev.of_node;
|
||||||
dev_dbg(dev, "%s >>>\n", __func__);
|
dev_dbg(dev, "%s >>>\n", __func__);
|
||||||
pr_err("eph_probe----11--100000ms--\n");
|
//pr_err("eph_probe----11--100000ms--\n");
|
||||||
|
|
||||||
msleep(10000);
|
//msleep(10000);
|
||||||
|
|
||||||
ret_val = eph_comms_specific_checks(commsdevice);
|
ret_val = eph_comms_specific_checks(commsdevice);
|
||||||
if (ret_val)
|
if (ret_val)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue