]> www.infradead.org Git - users/willy/linux.git/commit
scsi: qedi: Use kmalloc instead of __get_free_pages gfp-removal
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 27 Sep 2020 20:40:44 +0000 (16:40 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 28 Sep 2020 13:27:36 +0000 (09:27 -0400)
commitf9099661b42e5e8cf4ad32b48d848dc214fefe56
tree1f2b3e49d28049367ff317c9b2807a6bbfb390bd
parenta3bb06dd353f76ba2b3aa3b705ca0de731849b05
scsi: qedi: Use kmalloc instead of __get_free_pages

There's no need to use this low-level allocator in this driver.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
drivers/scsi/qedi/qedi_main.c