aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-03-14 15:07:12 +0100
committerDavid S. Miller <davem@davemloft.net>2016-03-14 13:06:27 -0400
commit916848ca6f10e1bbf0c2af72ef51e494aaa5c466 (patch)
treeff175c0cf4225ef4072f964093b1cc94239ea874 /.gitignore
parentnet: mediatek: remove incorrect dma_mask assignment (diff)
downloadlinux-dev-916848ca6f10e1bbf0c2af72ef51e494aaa5c466.tar.xz
linux-dev-916848ca6f10e1bbf0c2af72ef51e494aaa5c466.zip
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 '.gitignore')
0 files changed, 0 insertions, 0 deletions