VirtualBox

Changeset 47299 in vbox


Ignore:
Timestamp:
Jul 22, 2013 1:20:38 PM (12 years ago)
Author:
vboxsync
Message:

AHCI: Unused variables, typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r46819 r47299  
    10781078            PDMQueueInsert(ahci->CTX_SUFF(pNotifierQueue), (PPDMQUEUEITEMCORE)pItem);
    10791079#else
    1080             LogFlowFunc(("Singal event semaphore\n"));
     1080            LogFlowFunc(("Signal event semaphore\n"));
    10811081            int rc = SUPSemEventSignal(ahci->pSupDrvSession, pAhciPort->hEvtProcess);
    10821082            AssertRC(rc);
     
    40574057{
    40584058    size_t cbTransfered = 0;
    4059     int rc, rcSourceSink;
     4059    int rcSourceSink;
    40604060
    40614061    rcSourceSink = g_apfnAtapiFuncs[iSourceSink](pAhciReq, pAhciPort, cbMax,
     
    58685868            if (pAhciPort->pDrvBlock && !pAhciPort->fATAPI)
    58695869            {
    5870                 int rc2;
    58715870                uint16_t u16Temp[256];
    58725871                size_t cbCopied;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette