Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
of: fdt: Fix return value in __unflatten_device_tree()
Commit 78de28c ("of: fdt: add missing allocation-failure check") would make us return NULL in a function declared to return void as of the 4.1 kernel. Fixes: 78de28c ("of: fdt: add missing allocation-failure check") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
- Loading branch information