linuxkpi: Fix sg_alloc_table_from_pages() to have the same API as Linux
It now returns a struct scatterlist * pointer instead of an error
code only.
The implementation is incomplete because it doesn't use the prv
argument.
Reviewed by: manu
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D38077