aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorLijun Pan <lijunp213@gmail.com>2021-06-11 10:35:37 -0500
committerDavid S. Miller <davem@davemloft.net>2021-06-12 13:14:39 -0700
commit822ebc2cf50c4f223e859c35393b5cf0d96c56e1 (patch)
tree0a1bd2cb4409f98977e944edaa0de422a4b15635 /tools/perf/scripts/python/export-to-postgresql.py
parentMerge branch 'stmmac-intel-cleanups' (diff)
downloadlinux-dev-822ebc2cf50c4f223e859c35393b5cf0d96c56e1.tar.xz
linux-dev-822ebc2cf50c4f223e859c35393b5cf0d96c56e1.zip
ibmvnic: fix kernel build warning
drivers/net/ethernet/ibm/ibmvnic.c: In function ‘adapter_state_to_string’: drivers/net/ethernet/ibm/ibmvnic.c:855:2: warning: enumeration value ‘VNIC_DOWN’ not handled in switch [-Wswitch] 855 | switch (state) { | ^~~~~~ drivers/net/ethernet/ibm/ibmvnic.c: In function ‘reset_reason_to_string’: drivers/net/ethernet/ibm/ibmvnic.c:1958:2: warning: enumeration value ‘VNIC_RESET_PASSIVE_INIT’ not handled in switch [-Wswitch] 1958 | switch (reason) { | ^~~~~~ Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Lijun Pan <lijunp213@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions