On Tue, 6 Oct 2020 18:02:48 +0300 Vladimir Oltean wrote: > Without these definitions, the driver will crash in: > mscc_ocelot_probe > -> ocelot_init > -> ocelot_vcap_init > -> __ocelot_target_read_ix > > I missed this because I did not have the VSC7514 hardware to test, only > the VSC9959 and VSC9953, and the probing part is different. > > Fixes: e3aea296d86f ("net: mscc: ocelot: add definitions for VCAP ES0 keys, > actions and target") > Fixes: a61e365d7c18 ("net: mscc: ocelot: add definitions for VCAP IS1 keys, > actions and target") > Reported-by: Divya Koppera <divya.kopp...@microchip.com> > Signed-off-by: Vladimir Oltean <vladimir.olt...@nxp.com>
Applied, thanks!