X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8237_dma.c;h=f13113864260a1d8cc4c8e98588c9e7adb6e216b;hp=adb5b4bec2b88d95de87ae053e06bf2c94787bbc;hb=2282a040e60b24d3fb7c48bb197c5bff6636df67;hpb=9f0767d0d4beb2282db360126cfc15ace453ef32 diff --git a/palacios/src/devices/8237_dma.c b/palacios/src/devices/8237_dma.c index adb5b4b..f131138 100644 --- a/palacios/src/devices/8237_dma.c +++ b/palacios/src/devices/8237_dma.c @@ -52,5 +52,5 @@ struct vm_device * v3_create_dma() { struct vm_device * dev = v3_create_device("DMA", &dev_ops, dma); - return dma; + return dev; }