Page MenuHomeFreeBSD

nvme: removed unused 'regs' variable
ClosedPublic

Authored by ziaee on Mar 11 2026, 8:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 24, 12:47 AM
Unknown Object (File)
Mon, May 18, 10:20 PM
Unknown Object (File)
Mon, May 18, 3:49 PM
Unknown Object (File)
Thu, May 14, 12:08 AM
Unknown Object (File)
Wed, May 13, 11:05 PM
Unknown Object (File)
Wed, May 13, 11:05 PM
Unknown Object (File)
Wed, May 13, 8:33 PM
Unknown Object (File)
Wed, May 13, 6:43 PM
Subscribers

Details

Summary

The private struct has a 'regs' member that's only written to
and otherwise unused. This change removes it.

Proxying on behalf of Matt Delco <delco@google.com>

Requested by: jhb

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ziaee requested review of this revision.Mar 11 2026, 8:54 PM

Yes. We only use struct nvme_registers for register offsets, and otherwise use bus space to get the data.

This revision is now accepted and ready to land.Mar 11 2026, 9:25 PM

Great that we already use bus_space. I feared the worst when I saw this assignment fly by in the earlier diff.

This revision was automatically updated to reflect the committed changes.