X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..bca245acd4c03fd752d1a45f011ad495e60fe53d:/iokit/Kernel/IOCommandQueue.cpp?ds=sidebyside diff --git a/iokit/Kernel/IOCommandQueue.cpp b/iokit/Kernel/IOCommandQueue.cpp index 08ba843c9..2623d063d 100644 --- a/iokit/Kernel/IOCommandQueue.cpp +++ b/iokit/Kernel/IOCommandQueue.cpp @@ -120,7 +120,7 @@ IOCommandQueue::commandQueue(OSObject *inOwner, if (me && !me->init(inOwner, inAction, inSize)) { me->free(); - return 0; + return NULL; } return me;