static void nsm_device_cfg_changed()

in nsm-driver/nsm.c [423:431]


static void nsm_device_cfg_changed(struct virtio_device *vdev)
{
	int rc = nsm_device_update(vdev);

	if (rc)
		pr_err("NSM device configuration change failed: %d.\n", rc);
	else
		pr_debug("NSM device configuration has been changed.\n");
}