We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e890afc commit e46223eCopy full SHA for e46223e
arch/mips/alchemy/devboards/db1550.c
@@ -581,7 +581,7 @@ int __init db1550_dev_setup(void)
581
i2c_register_board_info(0, db1550_i2c_devs,
582
ARRAY_SIZE(db1550_i2c_devs));
583
spi_register_board_info(db1550_spi_devs,
584
- ARRAY_SIZE(db1550_i2c_devs));
+ ARRAY_SIZE(db1550_spi_devs));
585
586
c = clk_get(NULL, "psc0_intclk");
587
if (!IS_ERR(c)) {
0 commit comments