diff options
author | 2020-11-05 23:29:28 +0530 | |
---|---|---|
committer | 2020-11-10 20:49:57 +0100 | |
commit | 41f71629b4c432f8dd47d70ace813be5f79d4d75 (patch) | |
tree | ec752bd702c2759fe1339dde7e3b303e8a7ff207 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/tegra: sor: Ensure regulators are disabled on teardown (diff) | |
download | wireguard-linux-41f71629b4c432f8dd47d70ace813be5f79d4d75.tar.xz wireguard-linux-41f71629b4c432f8dd47d70ace813be5f79d4d75.zip |
drm/tegra: replace idr_init() by idr_init_base()
idr_init() uses base 0 which is an invalid identifier for this driver.
The new function idr_init_base allows IDR to set the ID lookup from
base 1. This avoids all lookups that otherwise starts from 0 since
0 is always unused.
References: commit 6ce711f27500 ("idr: Make 1-based IDRs more efficient")
Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions