]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: Remove rtl8188e_ReadEFuse()
authornavin patidar <navin.patidar@gmail.com>
Fri, 20 Jun 2014 14:59:08 +0000 (20:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 16:49:29 +0000 (09:49 -0700)
commit763b43c17449ba5ccd1f5f9215979d8b9b824fce
treef0a5687cce3e498d59fcc42d3439a0a096d87b47
parente48e5476f447f8dd7c9588e6a7e3c85d41593fe1
staging: rtl8188eu: Remove rtl8188e_ReadEFuse()

rtl8188e_ReadEFuse() checks bool bPseudoTest and then calls suitable
function to read Fuse, ReadEFuseByIC() also does same thing.
So use ReadEFuseByIC() and drop rtl8188e_ReadEFuse().

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c