diff options
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index d6ea93767970..79afca2e824f 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -830,7 +830,7 @@ static int cciss_open(struct block_device *bdev, fmode_t mode) | |||
830 | printk(KERN_DEBUG "cciss_open %s\n", bdev->bd_disk->disk_name); | 830 | printk(KERN_DEBUG "cciss_open %s\n", bdev->bd_disk->disk_name); |
831 | #endif /* CCISS_DEBUG */ | 831 | #endif /* CCISS_DEBUG */ |
832 | 832 | ||
833 | if (host->busy_initializing || drv->busy_configuring) | 833 | if (drv->busy_configuring) |
834 | return -EBUSY; | 834 | return -EBUSY; |
835 | /* | 835 | /* |
836 | * Root is allowed to open raw volume zero even if it's not configured | 836 | * Root is allowed to open raw volume zero even if it's not configured |