mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-28 18:27:42 +08:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user