On Fri, Apr 17, 2020, Jason Yan wrote: > >> static const struct rza1_bidir_entry rza1l_bidir_entries[RZA1_NPORTS] > = { > >> [1] = { ARRAY_SIZE(rza1l_bidir_pins_p1), rza1l_bidir_pins_p1 }, > >> [3] = { ARRAY_SIZE(rza1l_bidir_pins_p3), rza1l_bidir_pins_p3 }, > > > > rza1l_swio_pins[] is unused because rza1l_swio_entries[] refers to the > > wrong array. So I'd rather see a patch to fix that instead. > > > > Thanks for the explanation, I will send a new one. Looks like that one was my typo. Thank you Geert for pointing that out! Chris