OSDN Git Service

staging: rtl8188eu: Use rtw_hal_sreset_init() in rtw_reset_drv_sw()
authornavin patidar <navin.patidar@gmail.com>
Thu, 29 May 2014 17:50:43 +0000 (23:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:28:49 +0000 (15:28 -0700)
commit6c9118340953ffcd95d937eb43b564d8716bfd88
treebe8ec4d43d059b5dcc1ded84a3a9e6c1d6662549
parentb6d89f2fc3d5aa8c4e8b1f38ce2a63fec3a4ad99
staging: rtl8188eu: Use rtw_hal_sreset_init() in rtw_reset_drv_sw()

We can replace rtw_hal_sreset_reset_value() with rtw_hal_sreset_init() because
both function call sreset_reset_value() and sreset_init_value() respectively at
the end of code path, and function defination of sreset_reset_value() and
sreset_init_value() is identical.

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/os_intfs.c