Re: [PATCH] arch: riscv: fix logic error in parse_dtb

2019-02-19 Thread Paul Walmsley
On Thu, 7 Feb 2019, Andreas Schwab wrote: > The function early_init_dt_scan returns true if a DTB was detected. > > Fixes: 8fd6e05c7463 ("arch: riscv: support kernel command line forcing when > no DTB passed") > Signed-off-by: Andreas Schwab > --- > arch/riscv/kernel/setup.c | 2 +- > 1 fil

Re: [PATCH] arch: riscv: fix logic error in parse_dtb

2019-02-07 Thread Atish Patra
On 2/7/19 6:44 AM, Andreas Schwab wrote: The function early_init_dt_scan returns true if a DTB was detected. Fixes: 8fd6e05c7463 ("arch: riscv: support kernel command line forcing when no DTB passed") Signed-off-by: Andreas Schwab --- arch/riscv/kernel/setup.c | 2 +- 1 file changed, 1 inse

[PATCH] arch: riscv: fix logic error in parse_dtb

2019-02-07 Thread Andreas Schwab
The function early_init_dt_scan returns true if a DTB was detected. Fixes: 8fd6e05c7463 ("arch: riscv: support kernel command line forcing when no DTB passed") Signed-off-by: Andreas Schwab --- arch/riscv/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ri