aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPan Bian <[email protected]>2016-12-03 16:56:49 +0800
committerChanwoo Choi <[email protected]>2017-01-09 10:04:09 +0900
commite7d9dd5ab15fa6d895929176592d6946bf329cf8 (patch)
tree6a13f283d351931c8129820befa785397d5e5c93 /tools/perf/scripts/python
parent8a522bf2d4f788306443d36b26b54f0aedcdfdbe (diff)
extcon: Return error code on failure
Function get_zeroed_page() returns a NULL pointer if there is no enough memory. In function extcon_sync(), it returns 0 if the call to get_zeroed_page() fails. The return value 0 indicates success in the context, which is incosistent with the execution status. This patch fixes the bug by returning -ENOMEM. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188611 Signed-off-by: Pan Bian <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions