Re: [RFC PATCH 01/13] linux err: Synchronize with Linux 5.10

2021-02-07 Thread Simon Glass
On Thu, 4 Feb 2021 at 21:39, Sean Anderson wrote: > > This synchronizes linux/err.h with Linux 5.10. Notably, this adds > PTR_ERR_OR_ZERO. > > Signed-off-by: Sean Anderson > --- > > include/linux/err.h | 21 +++-- > 1 file changed, 15 insertions(+), 6 deletions(-) > Reviewed-by:

[RFC PATCH 01/13] linux err: Synchronize with Linux 5.10

2021-02-04 Thread Sean Anderson
This synchronizes linux/err.h with Linux 5.10. Notably, this adds PTR_ERR_OR_ZERO. Signed-off-by: Sean Anderson --- include/linux/err.h | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/include/linux/err.h b/include/linux/err.h index 5ede82432d..06a80f9f