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:
parent
6c144446e9
commit
b836edd8b8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user