Skip to content

Commit 0fc91da

Browse files
committed
fixup! mux: apple dp crossbar: Support t602x DP cross bar variant
1 parent 40f857a commit 0fc91da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mux/apple-display-crossbar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ static const struct apple_dpxbar_hw apple_dpxbar_hw_t6000 = {
423423
.ops = &apple_dpxbar_ops,
424424
};
425425

426-
const static struct apple_dpxbar_hw apple_dpxbar_hw_t6020 = {
426+
static const struct apple_dpxbar_hw apple_dpxbar_hw_t6020 = {
427427
.n_ufp = 9,
428428
.ops = &apple_dpxbar_t602x_ops,
429429
};

0 commit comments

Comments
 (0)