diff options
| author | Enric Balletbo i Serra <[email protected]> | 2019-03-13 12:22:53 +0000 |
|---|---|---|
| committer | MyungJoo Ham <[email protected]> | 2019-04-16 00:29:18 +0000 |
| commit | b53b0128052ffd687797d5f4deeb76327e7b5711 (patch) | |
| tree | 18949b386205cc8dc96207e9c8b641283a15d10c /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | PM / devfreq: Restart previous governor if new governor fails to start (diff) | |
| download | kernel-b53b0128052ffd687797d5f4deeb76327e7b5711.tar.gz kernel-b53b0128052ffd687797d5f4deeb76327e7b5711.zip | |
PM / devfreq: Fix static checker warning in try_then_request_governor
The patch 23c7b54ca1cd: "PM / devfreq: Fix devfreq_add_device() when
drivers are built as modules." leads to the following static checker
warning:
drivers/devfreq/devfreq.c:1043 governor_store()
warn: 'governor' can also be NULL
The reason is that the try_then_request_governor() function returns both
error pointers and NULL. It should just return error pointers, so fix
this by returning a ERR_PTR to the error intead of returning NULL.
Fixes: 23c7b54ca1cd ("PM / devfreq: Fix devfreq_add_device() when drivers are built as modules.")
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Enric Balletbo i Serra <[email protected]>
Reviewed-by: Chanwoo Choi <[email protected]>
Signed-off-by: MyungJoo Ham <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
