Revisão | b96030415a0b4bd29ce1ddfeafc92a2ada7b7efa (tree) |
---|---|
Hora | 2016-04-17 18:04:09 |
Autor | Yoshinori Sato <ysato@user...> |
Commiter | Yoshinori Sato |
ide: fix build error
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
@@ -823,7 +823,6 @@ ulong ide_read(struct blk_desc *block_dev, lbaint_t blknr, lbaint_t blkcnt, | ||
823 | 823 | "%#02x\n", device, blknr, c); |
824 | 824 | break; |
825 | 825 | } |
826 | - | |
827 | 826 | ide_input_data(device, buffer, ATA_SECTORWORDS); |
828 | 827 | (void) ide_inb(device, ATA_STATUS); /* clear IRQ */ |
829 | 828 |