diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2023-06-04 08:44:43 +0300 |
---|---|---|
committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2023-06-06 01:54:23 +0300 |
commit | f86319c02c3c5253ddebc21e81271c83421aaeb9 (patch) | |
tree | 6be4b781b6982a441390d6d2feed3fb808ac8482 /scripts/gdb/linux | |
parent | 0258d889a7ee28310dbe3f5d4d039b48a1d080ad (diff) | |
download | linux-f86319c02c3c5253ddebc21e81271c83421aaeb9.tar.xz |
firewire: ohci: use devres for memory object of ohci structure
The managed device resource (devres) framework is convenient to maintain
lifetime of allocated memory object for device.
This commit utilizes the framework for the object of ohci structure. The
extra operation for power management is required in Apple PowerMac based
machines, thus release callback is assigned to the object to call the
operation.
Link: https://lore.kernel.org/r/20230604054451.161076-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions