]> git.itanic.dy.fi Git - linux-stable/commit
MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 10 Jan 2024 18:07:36 +0000 (19:07 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 11 Jan 2024 11:50:25 +0000 (12:50 +0100)
commit89c4b588d11e9acf01d604de4b0c715884f59213
tree2742b7d154bd683771935630c4205fcf68756463
parent2f9060b1db4aa2c21c248e34476d8936a2b69cf6
MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()

When calling spi_register_board_info(), we should pass the number of
elements in 'db1200_spi_devs', not 'db1200_i2c_devs'.

Fixes: 63323ec54a7e ("MIPS: Alchemy: Extended DB1200 board support.")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/alchemy/devboards/db1200.c