CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/21 13:52:33
Modified files:
sys/dev/pci : pciide.c
Log message:
Goto a loop_end label rather than using a continue statement for an
error condition in an inner loop. Found with Coccinelle.
Pointed out by tedu@, ok kettenis@ and deraadt@ about three months ago.
