Skip to content

Commit 7e2f6ca

Browse files
committed
drm: apple: Be less noisy about teardown notifies without service
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent dbce6ad commit 7e2f6ca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • drivers/gpu/drm/apple

drivers/gpu/drm/apple/afk.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,12 @@ static void afk_recv_handle(struct apple_dcp_afkep *ep, u32 channel, u32 type,
507507
ep->endpoint, eshdr->category, channel);
508508
return;
509509
}
510+
if (subtype == EPIC_SUBTYPE_TEARDOWN) {
511+
dev_dbg(ep->dcp->dev,
512+
"AFK[ep:%02x]: teardown without service on channel %d\n",
513+
ep->endpoint, channel);
514+
return;
515+
}
510516
if (subtype != EPIC_SUBTYPE_ANNOUNCE) {
511517
dev_err(ep->dcp->dev,
512518
"AFK[ep:%02x]: expected announce but got 0x%x on channel %d\n",

0 commit comments

Comments
 (0)