On Tue, 28 Jun 2022 13:35:40 +0200, Vincent Whitchurch wrote: > If the allocation/reservation of reserved-memory fails, it is normally > an error, so print it as an error so that it doesn't get hidden from the > console due to the loglevel. Also make the allocation failure include > the size just like the reservation failure. > > Signed-off-by: Vincent Whitchurch <vincent.whitchurch@xxxxxxxx> > --- > drivers/of/fdt.c | 4 ++-- > drivers/of/of_reserved_mem.c | 3 ++- > 2 files changed, 4 insertions(+), 3 deletions(-) > Applied, thanks!