Re: [PATCH 3/4] iw: Static analyser report that attr may be NULL so either we can remove condition check statement or add goto at end of this function.

2015-08-13 Thread Johannes Berg
On Fri, 2015-06-26 at 09:12 +, Amit Khatri wrote: > Hi Johannes, > > Subject: [PATCH 3/4] iw: Static analyser report that attr may be NULL > so > either we can remove condition check statement or add goto at end of > this > function. > That's far far too

[PATCH 3/4] iw: Static analyser report that attr may be NULL so either we can remove condition check statement or add goto at end of this function.

2015-06-26 Thread Amit Khatri
Hi Johannes, Subject: [PATCH 3/4] iw: Static analyser report that attr may be NULL so either we can remove condition check statement or add goto at end of this function. Signed-off-by: Amit Khatri Signed-off-by: Rahul Jain --- event.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion