diff options
author | Daniel Lezcano <[email protected]> | 2021-03-14 12:13:29 +0100 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2021-03-15 04:46:25 +0100 |
commit | 58483761810087e5ffdf36e84ac1bf26df909097 (patch) | |
tree | c3f74123fca06c8b9aa8643079e55cb4e49f788d /tools/perf/scripts/python/check-perf-trace.py | |
parent | 312e3f8aefb5dc9c2f052ba0ee35a2fd6baa5bcd (diff) |
thermal/drivers/core: Use a char pointer for the cooling device name
We want to have any kind of name for the cooling devices as we do no
longer want to rely on auto-numbering. Let's replace the cooling
device's fixed array by a char pointer to be allocated dynamically
when registering the cooling device, so we don't limit the length of
the name.
Rework the error path at the same time as we have to rollback the
allocations in case of error.
Tested with a dummy device having the name:
"Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch"
A village on the island of Anglesey (Wales), known to have the longest
name in Europe.
Signed-off-by: Daniel Lezcano <[email protected]>
Reviewed-by: Lukasz Luba <[email protected]>
Tested-by: Ido Schimmel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions