staging: rtl8192u: remove variable 'Ret' in r819xU_phy.c
authorXenia Ragiadakou <burzalodowa@gmail.com>
Wed, 19 Jun 2013 01:58:05 +0000 (04:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jun 2013 16:41:39 +0000 (09:41 -0700)
This patch removes variable 'Ret' from rtl8192_QueryBBReg()
since its value is returned immediately after it is
assigned. The name 'Ret', anyway, does not give any
insight and the function description comment is sufficiently
informative regarding the returned value.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found