]> git.baikalelectronics.ru Git - kernel.git/commit
soc: fsl: guts: reuse machine name from device tree
authorLi Yang <leoyang.li@nxp.com>
Fri, 11 Jan 2019 21:55:57 +0000 (15:55 -0600)
committerLi Yang <leoyang.li@nxp.com>
Fri, 11 Jan 2019 22:08:43 +0000 (16:08 -0600)
commit4a31874ecaa29e623b8c34ce2a6f52e9401d335a
tree4b310af8210970f53d2fa0933b958021db75e27c
parenta36284916fff0d323e4dc90aa79974356b399313
soc: fsl: guts: reuse machine name from device tree

Reuse the string machine from the device tree data structure instead
of duplicating the data again.  This also prevents a potential memory
allocation failure that was not handled previously.  Also fixes an early
put of root device node.

Reported-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/guts.c