This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / bluetooth / hci_vhci.c
index d1df4ad..9faa8a0 100644 (file)
@@ -302,7 +302,7 @@ static int hci_vhci_chr_open(struct inode *inode, struct file * file)
        }
 
        file->private_data = hci_vhci;
-       return nonseekable_open(inode, file);   
+       return 0;   
 }
 
 static int hci_vhci_chr_close(struct inode *inode, struct file *file)