Re: [PATCH] xilinx: fru: Replace spaces with \0 in detected revision

2022-06-06 Thread Michal Simek
po 30. 5. 2022 v 13:50 odesílatel Michal Simek napsal: > > Also fix board revision field where spaces are used instead of \0. > The same change was done for board name by commit 530560b6f8eb ("xilinx: > fru: Replace spaces with \0 in detected name"). > > Signed-off-by: Michal Simek > --- > > boa

[PATCH] xilinx: fru: Replace spaces with \0 in detected revision

2022-05-30 Thread Michal Simek
Also fix board revision field where spaces are used instead of \0. The same change was done for board name by commit 530560b6f8eb ("xilinx: fru: Replace spaces with \0 in detected name"). Signed-off-by: Michal Simek --- board/xilinx/common/board.c | 4 1 file changed, 4 insertions(+) diff