Whamcloud - gitweb
Patch for collect_pages_on_cpu() in tracefile.
[fs/lustre-release.git] / lnet / libcfs / module.c
index 84c124c..76a4503 100644 (file)
@@ -342,7 +342,7 @@ static int libcfs_ioctl(struct cfs_psdev_file *pfile, unsigned long cmd, void *a
 
         if (portal_ioctl_getdata(buf, buf + 800, (void *)arg)) {
                 CERROR("PORTALS ioctl: data error\n");
-                return (-EINVAL);
+                RETURN(-EINVAL);
         }
         data = (struct portal_ioctl_data *)buf;