summaryrefslogtreecommitdiff
path: root/lib/fdt.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-03-14 14:07:12 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-03-14 17:06:27 (GMT)
commit916848ca6f10e1bbf0c2af72ef51e494aaa5c466 (patch)
treeff175c0cf4225ef4072f964093b1cc94239ea874 /lib/fdt.c
parenta25cdc0dd87d308b508ebea436cb43ee49d54a0e (diff)
downloadlinux-916848ca6f10e1bbf0c2af72ef51e494aaa5c466.tar.xz
net: mediatek: check device_reset return code
The device_reset() function may fail, so we have to check its return value, e.g. to make deferred probing work correctly. gcc warns about it because of the warn_unused_result attribute: drivers/net/ethernet/mediatek/mtk_eth_soc.c: In function 'mtk_probe': drivers/net/ethernet/mediatek/mtk_eth_soc.c:1679:2: error: ignoring return value of 'device_reset', declared with attribute warn_unused_result [-Werror=unused-result] This adds the trivial error check to propagate the return value to the generic platform device probe code. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/fdt.c')
0 files changed, 0 insertions, 0 deletions