staging: rtl8723bs: hal: Replace function _InitQueuePriority()
Remove function _InitQueuePriority as all it does it call _InitNormalChipQueuePriority. Rename _InitNormalChipQueuePriority to _InitQueuePriority for compatibility with call site. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7ee3501de8
commit
eddd422b54
@@ -397,7 +397,7 @@ static void _InitNormalChipThreeOutEpPriority(struct adapter *padapter)
|
||||
_InitNormalChipRegPriority(padapter, beQ, bkQ, viQ, voQ, mgtQ, hiQ);
|
||||
}
|
||||
|
||||
static void _InitNormalChipQueuePriority(struct adapter *Adapter)
|
||||
static void _InitQueuePriority(struct adapter *Adapter)
|
||||
{
|
||||
struct hal_com_data *pHalData = GET_HAL_DATA(Adapter);
|
||||
|
||||
@@ -419,11 +419,6 @@ static void _InitNormalChipQueuePriority(struct adapter *Adapter)
|
||||
|
||||
}
|
||||
|
||||
static void _InitQueuePriority(struct adapter *padapter)
|
||||
{
|
||||
_InitNormalChipQueuePriority(padapter);
|
||||
}
|
||||
|
||||
static void _InitPageBoundary(struct adapter *padapter)
|
||||
{
|
||||
/* RX Page Boundary */
|
||||
|
||||
Reference in New Issue
Block a user