from the patch:
return physDev->current_pf; + TRACE("(%p): returns %d\n", physDev, physDev->current_pf); }
What's the purpose of that TRACE() ?
tom
On Thursday 02 August 2007, Tomas Carnecky wrote:
from the patch:
return physDev->current_pf;
- TRACE("(%p): returns %d\n", physDev, physDev->current_pf); }
What's the purpose of that TRACE() ?
Copy/paste bug?
Cheers, Kuba