Merge to Fedora Core 2 kernel-2.6.8-1.521
[linux-2.6.git] / drivers / usb / media / dabusb.c
index 2c021bf..01f77cb 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 0;
+       return nonseekable_open(inode, file);
 }
 
 static int dabusb_release (struct inode *inode, struct file *file)