[PATCH 126/141] staging: unisys: Convert the epilog functions to visor_device

Dan Carpenter dan.carpenter at oracle.com
Fri May 8 08:00:18 UTC 2015


On Tue, May 05, 2015 at 06:37:43PM -0400, Benjamin Romer wrote:
> From: Don Zickus <dzickus at redhat.com>
> @@ -1128,7 +1119,7 @@ device_epilog(u32 bus_no, u32 dev_no, struct spar_segment_state state, u32 cmd,
>  		switch (cmd) {
>  		case CONTROLVM_DEVICE_CREATE:
>  			if (notifiers->device_create) {
> -				(*notifiers->device_create) (bus_no, dev_no);
> +				(*notifiers->device_create) (dev_info);
>  				notified = true;
>  			}
>  			break;

This doesn't work.  We don't change the (*notifiers->device_create)
function pointer until the next patch.

regards,
dan carpenter



More information about the devel mailing list