Skip to content

Commit 9c00c62

Browse files
jannaumarcan
authored andcommitted
fixup! mux: apple DP xbar: Add Apple silicon DisplayPort crossbar
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent b07f7c0 commit 9c00c62

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

drivers/mux/apple-display-crossbar.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@ static int apple_dpxbar_set_t602x(struct mux_control *mux, int state)
214214
spin_unlock_irqrestore(&dpxbar->lock, flags);
215215

216216
if (enable)
217-
dev_err(dpxbar->dev, "Switched %s to dispext%u,%u\n",
218-
apple_dpxbar_names[index], mux_state >> 1,
219-
mux_state & 1);
217+
dev_info(dpxbar->dev, "Switched %s to dispext%u,%u\n",
218+
apple_dpxbar_names[index], mux_state >> 1,
219+
mux_state & 1);
220220
else
221-
dev_err(dpxbar->dev, "Switched %s to disconnected state\n",
222-
apple_dpxbar_names[index]);
221+
dev_info(dpxbar->dev, "Switched %s to disconnected state\n",
222+
apple_dpxbar_names[index]);
223223

224224
return ret;
225225
}
@@ -349,12 +349,12 @@ static int apple_dpxbar_set(struct mux_control *mux, int state)
349349
spin_unlock_irqrestore(&dpxbar->lock, flags);
350350

351351
if (enable)
352-
dev_err(dpxbar->dev, "Switched %s to dispext%u,%u\n",
353-
apple_dpxbar_names[index], mux_state >> 1,
354-
mux_state & 1);
352+
dev_info(dpxbar->dev, "Switched %s to dispext%u,%u\n",
353+
apple_dpxbar_names[index], mux_state >> 1,
354+
mux_state & 1);
355355
else
356-
dev_err(dpxbar->dev, "Switched %s to disconnected state\n",
357-
apple_dpxbar_names[index]);
356+
dev_info(dpxbar->dev, "Switched %s to disconnected state\n",
357+
apple_dpxbar_names[index]);
358358

359359
return ret;
360360
}

0 commit comments

Comments
 (0)