1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

ndaasync: sync to SCSI's daasyncs cam_periph_async() calls

Sponsored by:		Netflix
Reviewed by:		mav
Differential Revision:	https://reviews.freebsd.org/D35059
This commit is contained in:
Warner Losh 2022-04-26 11:01:16 -06:00
parent ae1955cd67
commit e4b1ae2147

View File

@ -698,9 +698,9 @@ ndaasync(void *callback_arg, u_int32_t code,
}
case AC_LOST_DEVICE:
default:
cam_periph_async(periph, code, path, arg);
break;
}
cam_periph_async(periph, code, path, arg);
}
static void