X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..bca245acd4c03fd752d1a45f011ad495e60fe53d:/iokit/Kernel/IOHistogramReporter.cpp diff --git a/iokit/Kernel/IOHistogramReporter.cpp b/iokit/Kernel/IOHistogramReporter.cpp index efbd6de16..b5e9176b4 100644 --- a/iokit/Kernel/IOHistogramReporter.cpp +++ b/iokit/Kernel/IOHistogramReporter.cpp @@ -65,7 +65,7 @@ IOHistogramReporter::with(IOService *reportingService, OSSafeReleaseNULL(reporter); OSSafeReleaseNULL(tmpChannelName); - return 0; + return NULL; }