]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
staging: rtl8712: Replace r8712_free_cmd_priv()
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Mon, 24 Jun 2019 05:48:57 +0000 (11:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jun 2019 02:00:08 +0000 (10:00 +0800)
commit03c05c470fe53246ff95bf84385162bfdf800a29
tree3a0e94c2d25d0ff23aa877bf3b6fb7f70e908667
parent6257450f891d3905e4e1db16fe9f9cdf49fc993d
staging: rtl8712: Replace r8712_free_cmd_priv()

Remove function r8712_free_cmd_priv as all it does is call
_free_cmd_priv.
Change type of new r8712_free_cmd_priv from static to non-static to
match definition of original r8712_free_cmd_priv.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_cmd.c