From: Joe Carnuccio Date: Wed, 22 Dec 2010 00:00:22 +0000 (-0800) Subject: [SCSI] qla2xxx: Remove redundant module parameter permission bits X-Git-Tag: v2.6.38-rc1~466^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2019cb117f29ffaff961b5f6d5b3148d473de1d;p=pandora-kernel.git [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 Signed-off-by: Madhuranath Iyengar Signed-off-by: James Bottomley --- Reading git-diff-tree failed