soc: aspeed: lpc-ctrl: Fix probe error handling
authorJoel Stanley <joel@jms.id.au>
Thu, 20 Jun 2019 09:17:38 +0000 (18:47 +0930)
committerJoel Stanley <joel@jms.id.au>
Sat, 22 Jun 2019 07:26:35 +0000 (16:56 +0930)
commitc8a3b9b50d8331528fc8d03aadd1fec3d60362d7
tree5b82051ee7d05157eb143a5cbb6748d2c6f9ab3e
parente4272af4247f86ffe65a00619f9d9e8dea496b1d
soc: aspeed: lpc-ctrl: Fix probe error handling

gcc warns that a mising "flash" phandle node leads to undefined
behavior later:

drivers/soc/aspeed/aspeed-lpc-ctrl.c: In function 'aspeed_lpc_ctrl_probe':
drivers/soc/aspeed/aspeed-lpc-ctrl.c:201:18: error: '*((void *)&resm+8)' may be used uninitialized in this function [-Werror=maybe-uninitialized]

Only set the flash base and size if we find a phandle in the device
tree.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Vijay Khemka <vijaykhemka@fb.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
drivers/soc/aspeed/aspeed-lpc-ctrl.c