On Tue, May 05, 2015 at 06:37:43PM -0400, Benjamin Romer wrote:
> From: Don Zickus <dzic...@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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to