Skip to content

Instantly share code, notes, and snippets.

@PolynomialDivision
Created November 3, 2022 21:36
Show Gist options
  • Save PolynomialDivision/6f4c4cd2c087de7ddc910831a3630fbb to your computer and use it in GitHub Desktop.
Save PolynomialDivision/6f4c4cd2c087de7ddc910831a3630fbb to your computer and use it in GitHub Desktop.
drivers/net/phy/rtk/rtl8367c/rtl8367c_asicdrv_svlan.c: In function 'rtl8367c_setAsicSvlanSP2CConf':
drivers/net/phy/rtk/rtl8367c/rtl8367c_asicdrv_svlan.c:779:19: error: array subscript 2 is outside array bounds of 'rtk_uint16[2]' {aka 'short unsigned int[2]'} [-Werror=array-bounds]
779 | regData = *accessPtr;
| ^~~~~~~~~~
drivers/net/phy/rtk/rtl8367c/rtl8367c_asicdrv_svlan.c:761:16: note: while referencing 'smiSvlanSP2C'
761 | rtk_uint16 smiSvlanSP2C[RTL8367C_SVLAN_SP2C_LEN];
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
make[9]: *** [scripts/Makefile.build:250: drivers/net/phy/rtk/rtl8367c/rtl8367c_asicdrv_svlan.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment