We already call alloc_disk() with SD_MINORS and ->minors will be always set there. Signed-off-by: Guo Chao <yan@xxxxxxxxxxxxxxxxxx> --- drivers/scsi/sd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index 4cc277d..e934ffc 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c @@ -2791,7 +2791,6 @@ static void sd_probe_async(void *data, async_cookie_t cookie) gd->major = sd_major((index & 0xf0) >> 4); gd->first_minor = ((index & 0xf) << 4) | (index & 0xfff00); - gd->minors = SD_MINORS; gd->fops = &sd_fops; gd->private_data = &sdkp->driver; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html