]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00276335 net:fec: fix build warning
authorFugang Duan <B38611@freescale.com>
Thu, 22 Aug 2013 09:37:30 +0000 (17:37 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:58 +0000 (09:54 +0800)
commitdac5f1fd7e04e84fc1203fd42fb3de9344f236c7
tree50f4ea59a776778ca9f4dcedf353f42a5d7a9d4f
parent233502809b9e13d4c217803218032e55733c052b
ENGR00276335 net:fec: fix build warning

drivers/net/ethernet/freescale/fec_main.c:864
warning: 'vlan_tag' may be used uninitialized in this function
note: 'vlan_tag' was declared here

Compiler with the warning option: -Wuninitialized, the warning
will be reported.

Signed-off-by: Fugang Duan <B38611@freescale.com>
drivers/net/ethernet/freescale/fec_main.c