trm290: use ide_execute_command()
[deliverable/linux.git] / drivers / ide / pci / trm290.c
index e3d58c9f05e01d1db74a2afd535570a3a636131c..de750f7a43e97f12725a7673c3557b6ab1ed38b8 100644 (file)
@@ -177,10 +177,7 @@ static void trm290_selectproc (ide_drive_t *drive)
 
 static void trm290_dma_exec_cmd(ide_drive_t *drive, u8 command)
 {
-       BUG_ON(HWGROUP(drive)->handler != NULL);        /* paranoia check */
-       ide_set_handler(drive, &ide_dma_intr, WAIT_CMD, NULL);
-       /* issue cmd to drive */
-       outb(command, IDE_COMMAND_REG);
+       ide_execute_command(drive, command, &ide_dma_intr, WAIT_CMD, NULL);
 }
 
 static int trm290_dma_setup(ide_drive_t *drive)
This page took 0.025477 seconds and 5 git commands to generate.