commit | b65c6921433c8fcf306b4671f9f9f7c68c36cefc | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 22 08:15:10 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 28 07:17:11 2017 -0400 |
tree | 4970188c3a7f3fb7710bb4c166636c7319ac12d7 | |
parent | 3e18562961933c7772b7e91ba6fc1e908b453d93 [diff] |
nvme: Cache controller's capabilities Capabilities register is RO and accessed at various places in the driver. Let's cache it in the controller driver's priv struct. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>