diff options
author | Joe Carnuccio <joe.carnuccio@qlogic.com> | 2010-12-22 03:00:22 +0300 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-12-24 01:06:18 +0300 |
commit | f2019cb117f29ffaff961b5f6d5b3148d473de1d (patch) | |
tree | c3755a97ec722b07c4892ac2c5f3ee46803eac53 /drivers/scsi/constants.c | |
parent | 794a5691147652387f4a2ffa890c5c1983e38849 (diff) | |
download | linux-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/constants.c')
0 files changed, 0 insertions, 0 deletions