Re: [PATCH 1/1] of: reserved_mem: Fix typo in the too-many-regions message

2020-06-15 Thread Rob Herring
On Wed, 03 Jun 2020 22:49:00 -0700, Danny Lin wrote: > Minor fix for a missing preposition in the error message that appears > when there are too many reserved memory regions for the allocated array > to store. > > Signed-off-by: Danny Lin > --- > drivers/of/of_reserved_mem.c | 2 +- > 1 file

[PATCH 1/1] of: reserved_mem: Fix typo in the too-many-regions message

2020-06-03 Thread Danny Lin
Minor fix for a missing preposition in the error message that appears when there are too many reserved memory regions for the allocated array to store. Signed-off-by: Danny Lin --- drivers/of/of_reserved_mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git