From 4fa426021426bb1846b3e86dee74517e481e089f Mon Sep 17 00:00:00 2001 From: Emil Goode Date: Wed, 2 Jul 2014 11:25:51 +0200 Subject: [PATCH] Staging: rtl8192e: Fix potential NULL pointer dereference We need to make sure the struct rtllib_device pointer ieee is not NULL after the goto rx_dropped label since it is dereferenced there. Signed-off-by: Emil Goode Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed