qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6959] Fix wrong return value
@ 2009-03-30 17:51 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-03-30 17:51 UTC (permalink / raw)
  To: qemu-devel

Revision: 6959
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6959
Author:   blueswir1
Date:     2009-03-30 17:51:29 +0000 (Mon, 30 Mar 2009)
Log Message:
-----------
Fix wrong return value

Modified Paths:
--------------
    trunk/block-raw-posix.c

Modified: trunk/block-raw-posix.c
===================================================================
--- trunk/block-raw-posix.c	2009-03-29 20:54:17 UTC (rev 6958)
+++ trunk/block-raw-posix.c	2009-03-30 17:51:29 UTC (rev 6959)
@@ -1374,7 +1374,7 @@
         unsigned long int req, void *buf,
         BlockDriverCompletionFunc *cb, void *opaque)
 {
-    return -ENOTSUP;
+    return NULL;
 }
 #endif /* !linux && !FreeBSD */
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-30 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-30 17:51 [Qemu-devel] [6959] Fix wrong return value Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).