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
Differential D55817
nvme: removed unused 'regs' variable Authored by ziaee on Wed, Mar 11, 8:54 PM. Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions Yes. We only use struct nvme_registers for register offsets, and otherwise use bus space to get the data. Comment Actions Great that we already use bus_space. I feared the worst when I saw this assignment fly by in the earlier diff. |