mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:24:39 +01: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:
parent
c15cc235b7
commit
9677d64e56
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue