MFC after: 3 days
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 69774 Build 66657: arc lint + arc unit
Event Timeline
| sys/dev/mrsas/mrsas.c | ||
|---|---|---|
| 357 | Why don't we make this device_printf like mfi and then we don't need the driver name in the text? | |
| sys/dev/mrsas/mrsas.c | ||
|---|---|---|
| 357 | That would be ideal, but I didn't do it becuase I didn't want to chane how mrsas_probe() behaves. | |
Comment Actions
If the point is to align the two driver strings, I think that's one logical change and could/should be one commit.