Devesh (dev344)

Race #5

View Pit Stop page for race #5 by dev344Ghost race

View profile for Devesh (dev344)

Official speed 41.20 wpm (76.89 seconds elapsed during race)
Race Start January 22, 2014 8:14:14am UTC
Race Finish January 22, 2014 8:15:31am UTC
Outcome No win (2 of 3)
Opponents 1. arijit91 (47.37 wpm)
3. sujeetgholap (40.12 wpm)
Accuracy 92.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;