forked from Minki/linux
ataflop: Remove unneeded semicolon
Fixes coccicheck warning: drivers/block/ataflop.c:860:53-54: Unneeded semicolon Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
c15cc235b7
commit
9677d64e56
@ -857,7 +857,7 @@ static void fd_calibrate( void )
|
||||
}
|
||||
|
||||
if (ATARIHW_PRESENT(FDCSPEED))
|
||||
dma_wd.fdc_speed = 0; /* always seek with 8 Mhz */;
|
||||
dma_wd.fdc_speed = 0; /* always seek with 8 Mhz */
|
||||
DPRINT(("fd_calibrate\n"));
|
||||
SET_IRQ_HANDLER( fd_calibrate_done );
|
||||
/* we can't verify, since the speed may be incorrect */
|
||||
|
Loading…
Reference in New Issue
Block a user