On 07/19/15 at 03:40pm, Borislav Petkov wrote:
> ...
>
> > @@ -552,7 +552,7 @@ static void __init reserve_crashkernel_low(void)
> > if (!auto_set)
> > pr_info("crashkernel low reservation failed - No
> > suitable area found.\n");
> >
> > - return;
> > + return EINVAL;
>
> Error values are negative:
>
> return -EINVAL;
Yes, will repost. Thanks a lot.
Thanks
Baoquan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/