From: Daeseok Youn Date: Fri, 16 May 2014 09:29:44 +0000 (+0900) Subject: staging: ozwpan: remove redundant NULL check for devs X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~512 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c48ad3ea7f976ab9e02dca642c52f7cf1256b9;p=pandora-kernel.git 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 empty string. So "devs" cannot be NULL, removes NULL check for "devs". Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed