Skip to content

Commit 5bfd508

Browse files
jannaumarcan
authored andcommitted
drm: apple: Be less noisy about teardown notifies without service
Signed-off-by: Janne Grunau <[email protected]>
1 parent 7eaa5f4 commit 5bfd508

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
@@ -505,6 +505,12 @@ static void afk_recv_handle(struct apple_dcp_afkep *ep, u32 channel, u32 type,
505505
ep->endpoint, eshdr->category, channel);
506506
return;
507507
}
508+
if (subtype == EPIC_SUBTYPE_TEARDOWN) {
509+
dev_dbg(ep->dcp->dev,
510+
"AFK[ep:%02x]: teardown without service on channel %d\n",
511+
ep->endpoint, channel);
512+
return;
513+
}
508514
if (subtype != EPIC_SUBTYPE_ANNOUNCE) {
509515
dev_err(ep->dcp->dev,
510516
"AFK[ep:%02x]: expected announce but got 0x%x on channel %d\n",

0 commit comments

Comments
 (0)