Re: [PATCH] of: Drop redundant check in linker section OF match table

2019-03-21 Thread Mukesh Ojha
On 3/21/2019 1:25 AM, Frank Rowand wrote: On 3/20/19 3:49 AM, Mukesh Ojha wrote: Existing check of `fn` against NULL inside OF match table is redundant. Remove the check. Signed-off-by: Mukesh Ojha Cc: Rob Herring Cc: Frank Rowand Cc: Pantelis Antoniou Cc: devicet...@vger.kernel.org ---

Re: [PATCH] of: Drop redundant check in linker section OF match table

2019-03-20 Thread Frank Rowand
On 3/20/19 3:49 AM, Mukesh Ojha wrote: > Existing check of `fn` against NULL inside OF match table > is redundant. Remove the check. > > Signed-off-by: Mukesh Ojha > Cc: Rob Herring > Cc: Frank Rowand > Cc: Pantelis Antoniou > Cc: devicet...@vger.kernel.org > --- > include/linux/of.h | 4 ++--

[PATCH] of: Drop redundant check in linker section OF match table

2019-03-20 Thread Mukesh Ojha
Existing check of `fn` against NULL inside OF match table is redundant. Remove the check. Signed-off-by: Mukesh Ojha Cc: Rob Herring Cc: Frank Rowand Cc: Pantelis Antoniou Cc: devicet...@vger.kernel.org --- include/linux/of.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g