Commit 02586447 authored by Russell King's avatar Russell King

[ARM] Fix wrong variable name in icside.c

parent f8b2d6b1
...@@ -466,7 +466,7 @@ static int icside_dma_setup(ide_drive_t *drive) ...@@ -466,7 +466,7 @@ static int icside_dma_setup(ide_drive_t *drive)
return 0; return 0;
} }
static void icside_dma_exec_cmd(ide_drive_t *drive, u8 command) static void icside_dma_exec_cmd(ide_drive_t *drive, u8 cmd)
{ {
/* issue cmd to drive */ /* issue cmd to drive */
ide_execute_command(drive, cmd, icside_dmaintr, 2*WAIT_CMD, NULL); ide_execute_command(drive, cmd, icside_dmaintr, 2*WAIT_CMD, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment