[s390] remove pointless assignment of ->f_op in vmlogrdr ->open()
[sfrench/cifs-2.6.git] / drivers / s390 / char / vmlogrdr.c
index a8848db7b09dd25f5d7dadb6a743dcb28f0262b0..9bb48d70957cb254d6858e08d3db09c796df6c98 100644 (file)
@@ -338,7 +338,6 @@ static int vmlogrdr_open (struct inode *inode, struct file *filp)
 
        /* set the file options */
        filp->private_data = logptr;
-       filp->f_op = &vmlogrdr_fops;
 
        /* start recording for this service*/
        if (logptr->autorecording) {