/*
         * If the SMBus is still busy, we give up
-        * Note: This timeout condition only happens when using polling
-        * transactions.  For interrupt operation, NAK/timeout is indicated by
-        * DEV_ERR.
         */
        if (unlikely(status < 0)) {
                dev_err(&priv->pci_dev->dev, "Transaction timeout\n");
                return i801_check_post(priv, result ? priv->status : -ETIMEDOUT);
        }
 
-       /* the current contents of SMBHSTCNT can be overwritten, since PEC,
-        * SMBSCMD are passed in xact */
        outb_p(xact | SMBHSTCNT_START, SMBHSTCNT(priv));
 
        status = i801_wait_intr(priv);