stmmac: platform: Move plat_dat checking earlier
authorHuacai Chen <chenhc@lemote.com>
Thu, 27 Nov 2014 13:05:34 +0000 (21:05 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 30 Nov 2014 05:11:16 +0000 (21:11 -0800)
commit28603d13997e2ef47f18589cc9a44553aad49c86
tree9f4b995f9f0f232f43346750e125ee462910a494
parent4d6a949c62f123569fb355b6ec7f314b76f93735
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>
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c