commit | f2019cb117f29ffaff961b5f6d5b3148d473de1d | [log] [tgz] |
---|---|---|
author | Joe Carnuccio <joe.carnuccio@qlogic.com> | Tue Dec 21 16:00:22 2010 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Dec 23 16:06:18 2010 -0600 |
tree | c3755a97ec722b07c4892ac2c5f3ee46803eac53 | |
parent | 794a5691147652387f4a2ffa890c5c1983e38849 [diff] |
[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>