devhd: TRS80 devhd swap was done, remove comment about it
authorAlan Cox <alan@linux.intel.com>
Tue, 6 Jan 2015 12:22:16 +0000 (12:22 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 6 Jan 2015 12:22:16 +0000 (12:22 +0000)
Kernel/platform-trs80/devhd.c

index aa9c196..48a8aaa 100644 (file)
@@ -77,11 +77,6 @@ static uint8_t hd_xfer(bool is_read, uint16_t addr)
        return hd_status;
 }
 
-/*
- *     We only support normal block I/O for the moment. We do need to
- *     add swapping!
- */
-
 static int hd_transfer(uint8_t minor, bool is_read, uint8_t rawflag)
 {
        blkno_t block;