Sujeet (sujeetgholap)

Race #4

View Pit Stop page for race #4 by sujeetgholapGhost race

View profile for Sujeet (sujeetgholap)

Official speed 40.12 wpm (78.96 seconds elapsed during race)
Race Start January 22, 2014 8:14:14am UTC
Race Finish January 22, 2014 8:15:33am UTC
Outcome No win (3 of 3)
Opponents 1. arijit91 (47.37 wpm)
2. dev344 (41.20 wpm)
Accuracy 91.0%
Points 0.00
Text #10003 (Length: 264 characters)

int res; unsigned long flags; u32 data = 0; if (PCI_##size##_BAD) return PCIBIOS_BAD_REGISTER_NUMBER; spin_lock_irqsave(&pci_lock, flags); res = bus->ops->read(bus, devfn, pos, len, &data); *value = (type)data; spin_unlock_irqrestore(&pci_lock, flags); return res;