]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: remove HW_DEF_ODM_DBG_FLAG enum value
authorPhillip Potter <phil@philpotter.co.uk>
Sat, 12 Jun 2021 18:19:42 +0000 (19:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Jun 2021 14:40:03 +0000 (16:40 +0200)
commitc39793a642d7933d2d9f8aeb823b41ce3fb393ef
treeebd1032f471458247a1e75ec85ee913959bdc937
parent930225c5f9dcfb56fc38c41a9aeb1f1772ebcdb2
staging: rtl8188eu: remove HW_DEF_ODM_DBG_FLAG enum value

Remove HW_DEF_ODM_DBG_FLAG definition from the hal_def_variable enum
in include/hal_intf.h, and remove its usage from the switch statement
in rtw_hal_get_def_var inside hal/usb_halinit.c - this is dead code
and no longer used, now that ODM_RT_TRACE and include/odm_debug.h
have been removed.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210612181942.33817-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/usb_halinit.c
drivers/staging/rtl8188eu/include/hal_intf.h