summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorDevesh Jhunjhunwala <deveshj@codeaurora.org>2016-04-01 12:20:52 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-04-20 21:06:53 -0700
commitbaa8ac7b815e4b7b9ceb48948a10c477889059d9 (patch)
treefd8dcb705b636c9581a2ea10bca4cad729506427 /tools/perf/scripts/python/syscall-counts.py
parent60fcb53abb407a64023bf921204f3d789bccd331 (diff)
clk: Update clk_get_sys to return ENOENT on failure
clk_get_sys was updated to return EPROBE_DEFER because on the older kernel returning ENOENT was causing drivers that probed before the clock provider to fail instead of deferring. The new kernel version fixes this by returning EPROBE_DEFER in __of_clk_get_from_provider. Thus, clk_get_sys failing means that the clock provider exists, but the requested clock is not defined in the provider, in which case ENOENT is a more appropriate error code to return. Change-Id: I67d60bf5c0d2dfb71a189e351bc5b4c535d280bb Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions