Skip to content

Commit 2d3f0e0

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

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
@@ -411,7 +411,7 @@ static const struct apple_dpxbar_hw apple_dpxbar_hw_t8103 = {
411411
.ops = &apple_dpxbar_ops,
412412
};
413413

414-
const static struct apple_dpxbar_hw apple_dpxbar_hw_t8112 = {
414+
static const struct apple_dpxbar_hw apple_dpxbar_hw_t8112 = {
415415
.n_ufp = 4,
416416
.tunable = 4278196325,
417417
.ops = &apple_dpxbar_ops,

0 commit comments

Comments
 (0)