[SCSI] qla2xxx: Remove redundant module parameter permission bits
authorJoe Carnuccio <joe.carnuccio@qlogic.com>
Wed, 22 Dec 2010 00:00:22 +0000 (16:00 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 23 Dec 2010 22:06:18 +0000 (16:06 -0600)
commitf2019cb117f29ffaff961b5f6d5b3148d473de1d
treec3755a97ec722b07c4892ac2c5f3ee46803eac53
parent794a5691147652387f4a2ffa890c5c1983e38849
[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>
drivers/scsi/qla2xxx/qla_os.c