|
@@ -985,7 +985,6 @@ static void ide_ident(block_dev_desc_t *dev_desc)
|
|
|
|
|
|
#ifdef CONFIG_ATAPI
|
|
#ifdef CONFIG_ATAPI
|
|
int retries = 0;
|
|
int retries = 0;
|
|
- int do_retry = 0;
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#ifdef CONFIG_TUNE_PIO
|
|
#ifdef CONFIG_TUNE_PIO
|
|
@@ -1007,7 +1006,6 @@ static void ide_ident(block_dev_desc_t *dev_desc)
|
|
dev_desc->if_type = IF_TYPE_IDE;
|
|
dev_desc->if_type = IF_TYPE_IDE;
|
|
#ifdef CONFIG_ATAPI
|
|
#ifdef CONFIG_ATAPI
|
|
|
|
|
|
- do_retry = 0;
|
|
|
|
retries = 0;
|
|
retries = 0;
|
|
|
|
|
|
/* Warning: This will be tricky to read */
|
|
/* Warning: This will be tricky to read */
|