blk: Drop IF_TYPE_ATAPI
This is not really needed since it does the same things as IDE. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -128,7 +128,6 @@ void dev_print (struct blk_desc *dev_desc)
|
||||
dev_desc->product,
|
||||
dev_desc->revision);
|
||||
break;
|
||||
case IF_TYPE_ATAPI:
|
||||
case IF_TYPE_IDE:
|
||||
case IF_TYPE_SATA:
|
||||
printf ("Model: %s Firm: %s Ser#: %s\n",
|
||||
@@ -257,9 +256,6 @@ static void print_part_header(const char *type, struct blk_desc *dev_desc)
|
||||
case IF_TYPE_SCSI:
|
||||
puts ("SCSI");
|
||||
break;
|
||||
case IF_TYPE_ATAPI:
|
||||
puts ("ATAPI");
|
||||
break;
|
||||
case IF_TYPE_USB:
|
||||
puts ("USB");
|
||||
break;
|
||||
@@ -767,7 +763,6 @@ void part_set_generic_name(const struct blk_desc *dev_desc,
|
||||
switch (dev_desc->if_type) {
|
||||
case IF_TYPE_IDE:
|
||||
case IF_TYPE_SATA:
|
||||
case IF_TYPE_ATAPI:
|
||||
devtype = "hd";
|
||||
break;
|
||||
case IF_TYPE_SCSI:
|
||||
|
||||
Reference in New Issue
Block a user