From: Daeseok Youn Date: Tue, 29 Apr 2014 09:49:47 +0000 (+0900) Subject: firewire: net: fix NULL derefencing in fwnet_probe() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1118f8d048dd595efbadf05e8bca4e19684ffb4d;p=pandora-kernel.git firewire: net: fix NULL derefencing in fwnet_probe() "dev" and "net" are NULL when alloc_netdev() is failed. So just unlock and return an error. Signed-off-by: Daeseok Youn Signed-off-by: Stefan Richter --- Reading git-diff-tree failed