diff options
| author | Alexandru Ardelean <[email protected]> | 2020-03-06 18:18:52 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-03-18 12:34:10 +0100 |
| commit | 86a78b1cfc78a6378c4ff3b30f822899c066dca5 (patch) | |
| tree | 9e1a3b4bc4ba47ae135c38900c3f28ff11af9781 /tools/perf/scripts/python | |
| parent | 05d67ec3ca59627f2c1dd62538a345c4a9cdff44 (diff) | |
uio: add resource managed devm_uio_register_device() function
This change adds a resource managed equivalent of uio_register_device().
Not adding devm_uio_unregister_device(), since the intent is to discourage
it's usage. Having such a function may allow some bad driver designs. Most
users of devm_*register*() functions rarely use the unregister equivalents.
Signed-off-by: Alexandru Ardelean <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions