Fix typo in r311971.
Reported by: ohartmann at walstatt.org
This commit is contained in:
parent
245c5ebbce
commit
eae0fba453
@ -416,7 +416,7 @@ create_geom_disk(struct nand_chip *chip)
|
||||
snprintf(rdisk->d_ident, sizeof(rdisk->d_ident),
|
||||
"nand_raw: Man:0x%02x Dev:0x%02x", chip->id.man_id,
|
||||
chip->id.dev_id);
|
||||
disk->d_rotation_rate = DISK_RR_NON_ROTATING;
|
||||
rdisk->d_rotation_rate = DISK_RR_NON_ROTATING;
|
||||
|
||||
disk_create(rdisk, DISK_VERSION);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user