~colinb/grub/cdbmain

« back to all changes in this revision

Viewing changes to disk/raid.c

  • Committer: Colin D Bennett
  • Date: 2008-08-03 03:57:46 UTC
  • mfrom: (820.8.1 trunk-clean)
  • Revision ID: colin@gibibit.com-20080803035746-0zn13x8oznory84l
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
442
442
        }
443
443
  
444
444
      if (array->device[sb.this_disk.number] != NULL)
445
 
        {
446
 
          /* We found multiple devices with the same number. Again,
447
 
             this shouldn't happen.*/
448
 
 
449
 
          grub_error (GRUB_ERR_BAD_NUMBER,
450
 
                      "Found two disks with the number %d?!?",
 
445
        /* We found multiple devices with the same number. Again,
 
446
           this shouldn't happen.*/
 
447
        grub_dprintf ("raid", "Found two disks with the number %d?!?",
451
448
                      sb.this_disk.number);
452
 
 
453
 
          return 0;
454
 
        }
455
449
    }
456
450
 
457
451
  /* Add an array to the list if we didn't find any.  */