Loading
bdev/crypto: remove unnecessary driver init call on crypto dev hotplug
The crypto drivers are now always initialized at bdev module init, so any subsequent attempts to init them would immediately return with rc = 0. Besides, from the code perspective, this call does not have the proper error handling. To clean up all of this, we remove the call entirely. Change-Id: I8e4f5a314b8c5e83a50c668d6c8953a95d6832cc Signed-off-by:Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/430678 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>