commit | 530560b6f8eb06f89ee6d940701a24747bf12d2b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Aug 12 11:03:49 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Aug 26 08:14:42 2021 +0200 |
tree | befd3dbc31fb65387d48bfbce9193841ad6319db | |
parent | edd530651a0045c53b18fde413db7fd8dc3693be [diff] |
xilinx: fru: Replace spaces with \0 in detected name FRU spec expected \0 for unused symbols but unfortunately a lot of boards are using spaces instead of \0. That's why after saving it to desc->name name is checked again and all spaces are converted to \0. This will ensure that names can be used for string manipulations like concatenation. Signed-off-by: Michal Simek <michal.simek@xilinx.com>