Searched refs:max_device (Results 1 – 1 of 1) sorted by relevance
454 int device, max_device = 0; in add_card() local474 device = max_device = -1; in add_card()479 max_device = device; in add_card()482 if (err >= 0 && device > max_device) in add_card()483 max_device = device; in add_card()486 for (device = 0; err >= 0 && device <= max_device; device++) { in add_card()