Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49e153e6 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide: remove commented out code from ide_config_drive_speed()

parent 912ef6d9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -744,9 +744,6 @@ int ide_config_drive_speed(ide_drive_t *drive, u8 speed)
	int error = 0;
	u8 stat;

//	while (HWGROUP(drive)->busy)
//		msleep(50);

#ifdef CONFIG_BLK_DEV_IDEDMA
	if (hwif->dma_ops)	/* check if host supports DMA */
		hwif->dma_ops->dma_host_set(drive, 0);