diff options
author | Ovidiu Panait <ovidiu.panait.oss@gmail.com> | 2025-08-11 11:54:17 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-08-13 16:25:08 +0200 |
commit | e5b264e0a201254a38836b794ff362e8400f3df7 (patch) | |
tree | ec36dac77b839361b2d9710cc23e962673c190d1 /rust/helpers/platform.c | |
parent | 6e5187d82d9b20eb72938deda625a1976148241c (diff) |
staging: axis-fifo: use unique identifiers in device names
Axis-fifo devices use physical addresses in their name, for example
'axis_fifo_0x43c00000'. This is generally frowned upon and it does not
follow the usual naming scheme that uses unique identifiers.
Therefore, use ida_alloc()/ida_free() to implement unique identifiers
for axis-fifo device names (i.e. axis_fifo0, axis_fifo1, etc.).
Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Link: https://lore.kernel.org/r/20250811085417.2641674-2-ovidiu.panait.oss@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/helpers/platform.c')
0 files changed, 0 insertions, 0 deletions