Skip to content

Commit 40f857a

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

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
@@ -417,7 +417,7 @@ static const struct apple_dpxbar_hw apple_dpxbar_hw_t8112 = {
417417
.ops = &apple_dpxbar_ops,
418418
};
419419

420-
const static struct apple_dpxbar_hw apple_dpxbar_hw_t6000 = {
420+
static const struct apple_dpxbar_hw apple_dpxbar_hw_t6000 = {
421421
.n_ufp = 9,
422422
.tunable = 5,
423423
.ops = &apple_dpxbar_ops,

0 commit comments

Comments
 (0)