From ebea5144c0c8187dd4d10a1595d8af587ca54d5c Mon Sep 17 00:00:00 2001 From: Vasiliy Kulikov Date: Mon, 23 May 2011 15:29:12 -0700 Subject: [PATCH] --- yaml --- r: 252455 b: refs/heads/master c: 8e910965975a125fff806acae80ab2b640a8dac7 h: refs/heads/master i: 252453: a07964288172fb8c1724e7653b2fc5a4bd54e91d 252451: ec6ada6a6ec1bea6447962580f1be20e7a64cc2d 252447: 102abfd8c52953ec592c8deca720fcec82d26802 v: v3 --- [refs] | 2 +- trunk/drivers/scsi/aic94xx/aic94xx_init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 579aaa2b9a12..ddfa981b1a43 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 86cfa7fcb7f2a14a62341ff03263826c85ec17e9 +refs/heads/master: 8e910965975a125fff806acae80ab2b640a8dac7 diff --git a/trunk/drivers/scsi/aic94xx/aic94xx_init.c b/trunk/drivers/scsi/aic94xx/aic94xx_init.c index 3b7e83d2dab4..d5ff142c93a2 100644 --- a/trunk/drivers/scsi/aic94xx/aic94xx_init.c +++ b/trunk/drivers/scsi/aic94xx/aic94xx_init.c @@ -486,7 +486,7 @@ static ssize_t asd_show_update_bios(struct device *dev, flash_error_table[i].reason); } -static DEVICE_ATTR(update_bios, S_IRUGO|S_IWUGO, +static DEVICE_ATTR(update_bios, S_IRUGO|S_IWUSR, asd_show_update_bios, asd_store_update_bios); static int asd_create_dev_attrs(struct asd_ha_struct *asd_ha)