X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8237_dma.c;h=f13113864260a1d8cc4c8e98588c9e7adb6e216b;hb=a34275476494aeabed460b284a70cfc9b66a9896;hp=adb5b4bec2b88d95de87ae053e06bf2c94787bbc;hpb=acaadd79c597c8d5180fbfbec79c01fef3dff003;p=palacios.git 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; }