drivers/scsi: Remove unnecessary casts of private_data
[deliverable/linux.git] / drivers / scsi / sg.c
index 2968c6b83ddba4cf34a5a2019b025f521c5683d7..307aba9f13ab45c54bed94696a69384d61ba8291 100644 (file)
@@ -210,7 +210,7 @@ static void sg_put_dev(Sg_device *sdp);
 
 static int sg_allow_access(struct file *filp, unsigned char *cmd)
 {
-       struct sg_fd *sfp = (struct sg_fd *)filp->private_data;
+       struct sg_fd *sfp = filp->private_data;
 
        if (sfp->parentdp->device->type == TYPE_SCANNER)
                return 0;
This page took 0.027316 seconds and 5 git commands to generate.