Re: wdc(4): remove unnecessary if/else block

2018-11-01 Thread Klemens Nanni
OK

Re: wdc(4): remove unnecessary if/else block

2018-11-01 Thread Stuart Henderson
On 2018/11/01 23:00, Frederic Cambus wrote: > Hi tech@, > > Remove unnecessary if/else block, both branches are identical. We can > in fact use the ATA_DELAY macro directly. > > Coverity CID 1453008. > > Comments? OK? > > Index: dev/ata/ata_wdc.c >

wdc(4): remove unnecessary if/else block

2018-11-01 Thread Frederic Cambus
Hi tech@, Remove unnecessary if/else block, both branches are identical. We can in fact use the ATA_DELAY macro directly. Coverity CID 1453008. Comments? OK? Index: dev/ata/ata_wdc.c === RCS file: /cvs/src/sys/dev/ata/ata_wdc.c,v