aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2017-04-27 12:59:58 +0200
committerMark Brown <[email protected]>2017-04-30 21:46:49 +0900
commit351d74e4d7eacaab2ed0092b855355d5e2907117 (patch)
tree864eb8c1e3b1d0e0462bcd5a7d97cb58a2a40a5d /tools/perf/scripts/python/call-graph-from-postgresql.py
parentb6726009af555129c57dfbbf80a1fcf4d5a36ba0 (diff)
ASoC: Intel: Skylake: fix uninitialized pointer use
The error handling in bxt_sst_dsp_init() got changed in a way that it now derefences an uninitialized pointer when printing a warning about the device not being found: sound/soc/intel/skylake/bxt-sst.c: In function 'bxt_sst_dsp_init': sound/soc/intel/skylake/bxt-sst.c:567:14: error: 'skl' may be used uninitialized in this function [-Werror=maybe-uninitialized] As we do have a valid device pointer available at the call site, let's use that instead. Fixes: 9fe9c7119283 ("ASoC: Intel: Skylake: Move sst common initialization to a helper function") Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Takashi Sakamoto <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions