9bac3426ae
This const makes the array passed in immutable, but that isn't helpful or interesting since it just contains invalid pointer addresses. It may also make sense in the future to NULL out the addresses in the array in a debug build. So drop the const. Change-Id: I921551c7cb1dbf6c765fb301c31906b8b93b7f16 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/417362 Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>