Skip to content

Commit 1b14c93

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

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
@@ -405,7 +405,7 @@ static int apple_dpxbar_probe(struct platform_device *pdev)
405405
return 0;
406406
}
407407

408-
const static struct apple_dpxbar_hw apple_dpxbar_hw_t8103 = {
408+
static const struct apple_dpxbar_hw apple_dpxbar_hw_t8103 = {
409409
.n_ufp = 2,
410410
.tunable = 0,
411411
.ops = &apple_dpxbar_ops,

0 commit comments

Comments
 (0)