commit | be5f572c07731e3b7b01e006b67a1d9bd7ae60a6 | [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 | ab3a7d09af12957a59019f6df6651e20c419dda0 [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>