sm8450-common: udfps: Fix wrong debugging
Change-Id: Ifca3216aed85983d97b019e2c700cf0964fb8e39
This commit is contained in:
parent
7973ed6a5d
commit
4bfd3e8d1f
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class XiaomiSm8450UdfpsHander : public UdfpsHandler {
|
|||
while (true) {
|
||||
int rc = poll(&dispEventPoll, 1, -1);
|
||||
if (rc < 0) {
|
||||
LOG(ERROR) << "failed to poll " << FOD_PRESS_STATUS_PATH << ", err: " << rc;
|
||||
LOG(ERROR) << "failed to poll " << DISP_FEATURE_PATH << ", err: " << rc;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue