1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Fix typo in last commit.

This commit is contained in:
Maxime Henrion 2003-08-20 11:27:58 +00:00
parent 70b6366edd
commit c8c57208ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119176

View File

@ -1365,7 +1365,7 @@ cbb_cardbus_reset(device_t brdev)
DELAY(delay_us);
/* If a card exists, unreset it! */
if (CBB_CARD_PRESENT(cbb_get(sc, CBB_SOCKET_STATE)))
if (CBB_CARD_PRESENT(cbb_get(sc, CBB_SOCKET_STATE))) {
PCI_MASK_CONFIG(brdev, CBBR_BRIDGECTRL,
&~CBBM_BRIDGECTRL_RESET, 2);
DELAY(delay_us);