Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux.git] / fs / ncpfs / mmap.c
index 3c5dd55d284ce3baa24d3f2c4071ca53e883a223..b359d12eb359e2800cbe1ac7a9ae9bd8c558c7ff 100644 (file)
@@ -107,7 +107,7 @@ int ncp_mmap(struct file *file, struct vm_area_struct *vma)
 {
        struct inode *inode = file_inode(file);
        
-       DPRINTK("ncp_mmap: called\n");
+       ncp_dbg(1, "called\n");
 
        if (!ncp_conn_valid(NCP_SERVER(inode)))
                return -EIO;