Remove stray cam_periph_async call. It's called twice this way. While

currently harmless for AC_UNIT_ATTENTION event (cam_periph_async does
nothing with them), it's still in error because if it were to start in
the future, it would be done twice.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-05 23:02:31 +00:00
parent 6c144446e9
commit b836edd8b8

View File

@ -1919,7 +1919,6 @@ daasync(void *callback_arg, u_int32_t code,
dareprobe(periph);
}
}
cam_periph_async(periph, code, path, arg);
break;
}
case AC_SCSI_AEN: