diff options
Diffstat (limited to 'drivers/qe/uec.c')
-rw-r--r-- | drivers/qe/uec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/qe/uec.c b/drivers/qe/uec.c index 44cbea5..6cb25bf 100644 --- a/drivers/qe/uec.c +++ b/drivers/qe/uec.c @@ -1249,6 +1249,7 @@ int uec_initialize(int index) memset(uec, 0, sizeof(uec_private_t)); /* Init UEC private struct, they come from board.h */ + uec_info = NULL; if (index == 0) { #ifdef CONFIG_UEC_ETH1 uec_info = ð1_uec_info; |