mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
follow up to 18679ab1, actually change size of mmc_sim::name to 16
The change was made locally but was not squashed into the commit.
Fixes: 18679ab1 mmc_sim: fix setting of the mutex name
MFC after: 8 days
This commit is contained in:
parent
2fcd7d380b
commit
8eca341d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
struct mmc_sim {
|
||||
struct mmc_cam_sim_softc *sc;
|
||||
struct mtx mtx;
|
||||
char name[64];
|
||||
char name[16];
|
||||
struct cam_devq *devq;
|
||||
struct cam_sim *sim;
|
||||
device_t dev;
|
||||
|
|
|
|||
Loading…
Reference in a new issue