Re: [PATCH] staging: ozwpan: remove redundant NULL check for devs

2014-05-16 Thread DaeSeok Youn
Hi, Dan 2014-05-16 18:03 GMT+09:00 Dan Carpenter : > On Fri, May 16, 2014 at 05:08:10PM +0900, Daeseok Youn wrote: >> >From 1cebea7a40490d0d0b122eb444a105d424af42e6 Mon Sep 17 00:00:00 2001 >> From: Daeseok Youn >> Date: Fri, 16 May 2014 17:02:04 +0900 >> Subject: [

Re: [PATCH] staging: ozwpan: remove redundant NULL check for devs

2014-05-16 Thread Dan Carpenter
On Fri, May 16, 2014 at 05:08:10PM +0900, Daeseok Youn wrote: > >From 1cebea7a40490d0d0b122eb444a105d424af42e6 Mon Sep 17 00:00:00 2001 > From: Daeseok Youn > Date: Fri, 16 May 2014 17:02:04 +0900 > Subject: [PATCH] staging: ozwpan: remove redundant NULL check for devs > Y

[PATCH] staging: ozwpan: remove redundant NULL check for devs

2014-05-16 Thread Daeseok Youn
>From 1cebea7a40490d0d0b122eb444a105d424af42e6 Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Fri, 16 May 2014 17:02:04 +0900 Subject: [PATCH] staging: ozwpan: remove redundant NULL check for devs The "devs" is a pointer to g_net_dev in ozmain.c. g_net_dev has a default value as

[PATCH] staging: ozwpan: remove redundant NULL check for devs

2014-05-16 Thread Daeseok Youn
From 1cebea7a40490d0d0b122eb444a105d424af42e6 Mon Sep 17 00:00:00 2001 From: Daeseok Youn daeseok.y...@gmail.com Date: Fri, 16 May 2014 17:02:04 +0900 Subject: [PATCH] staging: ozwpan: remove redundant NULL check for devs The devs is a pointer to g_net_dev in ozmain.c. g_net_dev has a default

Re: [PATCH] staging: ozwpan: remove redundant NULL check for devs

2014-05-16 Thread Dan Carpenter
On Fri, May 16, 2014 at 05:08:10PM +0900, Daeseok Youn wrote: From 1cebea7a40490d0d0b122eb444a105d424af42e6 Mon Sep 17 00:00:00 2001 From: Daeseok Youn daeseok.y...@gmail.com Date: Fri, 16 May 2014 17:02:04 +0900 Subject: [PATCH] staging: ozwpan: remove redundant NULL check for devs Your

Re: [PATCH] staging: ozwpan: remove redundant NULL check for devs

2014-05-16 Thread DaeSeok Youn
Subject: [PATCH] staging: ozwpan: remove redundant NULL check for devs Your patches before were fine. Why do you have these lines in them now? Please resend. Oh.. I actually made a script for mutt and I didn't notice it. I will remove these lines and resend it. Thanks. Regards, Daeseok Youn