staging: rtl8192e: Remove dead code: cmpk_handle_query_config_rx()
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Tue, 2 Jun 2015 20:48:06 +0000 (22:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jun 2015 20:43:08 +0000 (13:43 -0700)
commite8fdea21e167f2f7ddc8c42b967a261f55482626
treeb02139159395413f17ac4f6c0ffb531d68f36333
parent669adbe6c9cb5414412fc2d0a6a4e3d844fa071f
staging: rtl8192e: Remove dead code: cmpk_handle_query_config_rx()

Remove cmpk_handle_query_config_rx function. It is called
once, does some calculation, but generates no output -
it has neither return value, nor modify its parameters.

Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c
This page took 0.025381 seconds and 5 git commands to generate.