We should call cam_periph_async() only does actions for AC_LOST_DEVICEalways, like SCSI does. We don't needThis routine
to call it for the other cases we have. Instead,is supposed to be more of a catch-all.
cam_periph_async() only does actions for AC_LOST_DEVICE. call it only for theIt ignores all
'default:' case of actionsother events (today), but this driver doesn't handle itself (one ofmay not always be true. So this is a nop
which is AC_LOST_DEVICE)change.
Drop in a 'break' so we don't fall through to a unnecessary call to
cam_periph_async.
Sponsored by: Netflixarily.