> Previously, `IdArray` contains both device ID table and info table so we > keep a separate copy for MODULE_DEVICE_TABLE for hotplug (which needs to be > just the device ID table). With the info being changed to be carried via > pointers, `IdArray` is now layout compatible with raw ID table and hence > there is no longer a need to keep the distinction. > > Deduplicate the code, and remove the redundant copy for hotplug purpose by > just giving the `IdArray` instance a proper symbol name. > > Signed-off-by: Gary Guo <[email protected]>
Sashiko has reviewed this patch and found no issues. It looks great! -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=9
