mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drivers: staging: rtl8723au: hal: Remove pointless test
This patch removes the pointless `else if` test. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Reported-by: David Binderman <linuxdev.baldrick@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5c2ba8b85e
commit
db0c12744f
|
|
@ -3530,7 +3530,7 @@ bthci_CmdLinkStatusNotify(
|
|||
pBtMgnt->ExtConfig.linkInfo[i].BTProfile,
|
||||
pBtMgnt->ExtConfig.linkInfo[i].BTCoreSpec));
|
||||
pTriple += 4;
|
||||
} else if (pBtMgnt->ExtConfig.HCIExtensionVer >= 1) {
|
||||
} else {
|
||||
pBtMgnt->ExtConfig.linkInfo[i].ConnectHandle = *((u16 *)&pTriple[0]);
|
||||
pBtMgnt->ExtConfig.linkInfo[i].BTProfile = pTriple[2];
|
||||
pBtMgnt->ExtConfig.linkInfo[i].BTCoreSpec = pTriple[3];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user