mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in r311971.
Reported by: ohartmann at walstatt.org
This commit is contained in:
parent
245c5ebbce
commit
eae0fba453
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue