]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: fw_download use nvme_alloc only
authorDaniel Wagner <dwagner@suse.de>
Thu, 14 Sep 2023 08:01:56 +0000 (10:01 +0200)
committerDaniel Wagner <wagi@monom.org>
Wed, 20 Sep 2023 10:04:25 +0000 (12:04 +0200)
commit83169a2e81d6cb1c6d6f2bef164f09c43ccbe4e1
tree56a027a594d0aab514e54f2c3172a590118d1815
parentb790cb6a7217bd1f5e3e7f2e2e65479c1dfadf0a
nvme: fw_download use nvme_alloc only

The nvme_alloc has already a built in check which version of the
allocation strategy should be used based on the len argument. There is
no need for fw_download to do this as well.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
nvme.c