staging: rtl8188eu: hal_EfuseCheckIfDatafollowed(): Remove unused parameter
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b09d75490c
commit
3a2bb3b60e
1 changed files with 1 additions and 1 deletions
|
|
@ -1257,7 +1257,7 @@ static bool wordEnMatched(struct pgpkt *pTargetPkt, struct pgpkt *pCurPkt,
|
|||
return false;
|
||||
}
|
||||
|
||||
static bool hal_EfuseCheckIfDatafollowed(struct adapter *pAdapter, u8 word_cnts, u16 startAddr, bool bPseudoTest)
|
||||
static bool hal_EfuseCheckIfDatafollowed(struct adapter *pAdapter, u8 word_cnts, u16 startAddr)
|
||||
{
|
||||
bool bRet = false;
|
||||
u8 i, efuse_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue