From: Paul E. McKenney Date: Wed, 12 Feb 2014 19:54:32 +0000 (-0800) Subject: staging: Additional item for rtl8188eu TODO list X-Git-Tag: v3.15-rc1~139^2~1119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bacb6de62cce0af3be40248c89f980b604b8a54f;p=pandora-kernel.git staging: Additional item for rtl8188eu TODO list The rtw_recv_indicatepkt() function in the file named drivers/staging/rtl8188eu/os_dep/recv_linux.c has this strange code: rcu_read_lock(); rcu_dereference(padapter->pnetdev->rx_handler_data); rcu_read_unlock(); This code has no effect. Normally, you would assign the result of rcu_dereference() to some variable, but it is not clear from the code what variable that would be. Therefore, this patch applies to the TODO file instead of the code itself. Signed-off-by: Paul E. McKenney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed