]> www.infradead.org Git - users/hch/block.git/commit
nvme-apple: remove an extra queue reference block-queue-refs
authorChristoph Hellwig <hch@lst.de>
Thu, 29 Sep 2022 07:27:42 +0000 (09:27 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 17 Oct 2022 05:00:30 +0000 (07:00 +0200)
commit46e518fd3e780755029406ecaf9063346888c7a2
treef23e69f69a88b3077263fdd87d8640b8b393b5a0
parentf8a946d5ad57eae649f6ade693f124d869baab0f
nvme-apple: remove an extra queue reference

Now that blk_mq_destroy_queue does not release the queue reference, there
is no need for a second admin queue reference to be held by the
apple_nvme structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/apple.c