This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / usb / media / dabusb.c
index 01f77cb..2c021bf 100644 (file)
@@ -616,7 +616,7 @@ static int dabusb_open (struct inode *inode, struct file *file)
        file->f_pos = 0;
        file->private_data = s;
 
-       return nonseekable_open(inode, file);
+       return 0;
 }
 
 static int dabusb_release (struct inode *inode, struct file *file)