commit | e6bff4665c595b5a4aff173848851ed49ac3bfad | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <[email protected]> | Thu Nov 07 20:22:20 2019 -0800 |
committer | Rafael J. Wysocki <[email protected]> | Tue Dec 03 11:46:19 2019 +0100 |
tree | 29a138a2391f95056326f2494808bd161de416ef | |
parent | 67b8ed29e0d472bda2f3afe48d6ff99e127eff0c [diff] |
software node: replace is_array with is_inline We do not need a special flag to know if we are dealing with an array, as we can get that data from ratio between element length and the data size, but we do need a flag to know whether or not the data is stored directly inside property_entry. Signed-off-by: Dmitry Torokhov <[email protected]> [ rjw: Subject & changelog, struct property_entry kerneldoc ] Signed-off-by: Rafael J. Wysocki <[email protected]>