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

2014-05-16 Thread Daeseok Youn
The "devs" is a pointer to g_net_dev in ozmain.c. g_net_dev has a default value as empty string. So "devs" cannot be NULL, removes NULL check for "devs". Signed-off-by: Daeseok Youn --- V2: remove unneeded lines for sending a patch. drivers/staging/ozwpan/ozproto.c |2 +- 1 files changed,

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

2014-05-16 Thread Daeseok Youn
The devs is a pointer to g_net_dev in ozmain.c. g_net_dev has a default value as empty string. So devs cannot be NULL, removes NULL check for devs. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- V2: remove unneeded lines for sending a patch. drivers/staging/ozwpan/ozproto.c |2 +- 1