Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -257,10 +257,6 @@ static __poll_t timerfd_poll(struct file *file, poll_table *wait)
spin_lock_irqsave(&ctx->wqh.lock, flags);
if (ctx->ticks)
events |= EPOLLIN;
if (ctx->expired && isalarm(ctx))
pr_info("PM: %s: comm:%s pid:%d exp:%llu\n", __func__,
current->comm, current->pid,
ktime_to_ms(ctx->t.alarm.node.expires));
spin_unlock_irqrestore(&ctx->wqh.lock, flags);
return events;