summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_rx.c
diff options
context:
space:
mode:
authorMatteo Semenzato <mattew8898@gmail.com>2015-03-04 19:53:10 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-06 16:59:53 -0800
commitad22d55c4b304a163c7372c00768f50adaecc686 (patch)
treec7d4db3d00af73b34aa46a7a72feabc0585eb425 /drivers/staging/rtl8192e/rtllib_rx.c
parentb6b0012c2d410704782301299d36d311f9a39334 (diff)
downloadop-kernel-dev-ad22d55c4b304a163c7372c00768f50adaecc686.zip
op-kernel-dev-ad22d55c4b304a163c7372c00768f50adaecc686.tar.gz
Staging: rtl8192e: remove assignment of function parameter
This patch removes the assignment of a function parameter that has no effect. Signed-off-by: Matteo Semenzato <mattew8898@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib_rx.c')
-rw-r--r--drivers/staging/rtl8192e/rtllib_rx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_rx.c b/drivers/staging/rtl8192e/rtllib_rx.c
index 0a9cf44..d640420 100644
--- a/drivers/staging/rtl8192e/rtllib_rx.c
+++ b/drivers/staging/rtl8192e/rtllib_rx.c
@@ -1225,7 +1225,6 @@ static void rtllib_rx_indicate_pkt_legacy(struct rtllib_device *ieee,
}
}
kfree(rxb);
- rxb = NULL;
}
static int rtllib_rx_InfraAdhoc(struct rtllib_device *ieee, struct sk_buff *skb,
OpenPOWER on IntegriCloud