commit | 28603d13997e2ef47f18589cc9a44553aad49c86 | [log] [tgz] |
---|---|---|
author | Huacai Chen <chenhc@lemote.com> | Thu Nov 27 21:05:34 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 29 21:11:16 2014 -0800 |
tree | 9f4b995f9f0f232f43346750e125ee462910a494 | |
parent | 4d6a949c62f123569fb355b6ec7f314b76f93735 [diff] |
stmmac: platform: Move plat_dat checking earlier Original code only check/alloc plat_dat for the CONFIG_OF case, this patch check/alloc it earlier and unconditionally to avoid kernel build warnings: drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:275 stmmac_pltfr_probe() warn: variable dereferenced before check 'plat_dat' V2: Fix coding style. Signed-off-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: David S. Miller <davem@davemloft.net>