summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_init.c
diff options
context:
space:
mode:
authorJoe Carnuccio <joe.carnuccio@qlogic.com>2010-12-22 03:00:22 +0300
committerJames Bottomley <James.Bottomley@suse.de>2010-12-24 01:06:18 +0300
commitf2019cb117f29ffaff961b5f6d5b3148d473de1d (patch)
treec3755a97ec722b07c4892ac2c5f3ee46803eac53 /drivers/scsi/qla2xxx/qla_init.c
parent794a5691147652387f4a2ffa890c5c1983e38849 (diff)
downloadlinux-f2019cb117f29ffaff961b5f6d5b3148d473de1d.tar.xz
[SCSI] qla2xxx: Remove redundant module parameter permission bits
For driver module parameters that have permission bits set to (S_IRUGO|S_IRUSR), remove the second term since it is already included in the first term. S_IRUGO comes defined as (S_IRUSR|S_IRGRP|S_IROTH). Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com> Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
0 files changed, 0 insertions, 0 deletions