evdi: fix build error 12/13412/1
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Thu, 5 Dec 2013 08:39:27 +0000 (12:39 +0400)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Thu, 5 Dec 2013 08:39:27 +0000 (12:39 +0400)
Change-Id: I97c95b3587baad992381fd5ebf58a8c1fbaf56b3

tizen/src/hw/maru_virtio_evdi.c

index 72456f7..0ff4fbc 100644 (file)
@@ -83,7 +83,7 @@ bool send_to_evdi(const uint32_t route, char* data, const uint32_t len)
     int count = 0;
     char* readptr = data;
 
-    if (unlikely(!virtio_queue_ready(vio_nfc->rvq))) {
+    if (unlikely(!virtio_queue_ready(vio_evdi->rvq))) {
         ERR("virtio queue is not ready\n");
         return false;
     }