diff options
| author | Vladimir Zapolskiy <[email protected]> | 2016-03-23 04:52:45 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-04-30 14:15:56 -0700 |
| commit | d449d69d216854a8cab049fe035ffefbf383a2e1 (patch) | |
| tree | fd01a23fe64c363f34753c5e5cd8ad5ad68c8ff8 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | 47f55b74cfb28cbd3328ffd5c4c0f7a14da36498 (diff) | |
misc: sram: fix check of devm_ioremap*() return value
Both devm_ioremap() and devm_ioremap_wc() functions return either
a pointer to valid iomem region or NULL, check for IS_ERR() is improper
and may result in oops on error path. Now on error -ENOMEM is returned.
Fixes: 0ab163ad1ea0 ("misc: sram: switch to ioremap_wc from ioremap")
Signed-off-by: Vladimir Zapolskiy <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions