diff options
| author | Arnd Bergmann <[email protected]> | 2016-03-14 15:07:12 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-03-14 13:06:27 -0400 |
| commit | 916848ca6f10e1bbf0c2af72ef51e494aaa5c466 (patch) | |
| tree | ff175c0cf4225ef4072f964093b1cc94239ea874 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | a25cdc0dd87d308b508ebea436cb43ee49d54a0e (diff) | |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions