commit | c4eef59faab6ae4ecb1beae6d4391b0889bc3ff3 | [log] [tgz] |
---|---|---|
author | Jon Lin <jon.lin@rock-chips.com> | Tue Oct 19 10:40:54 2021 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 17 17:09:47 2021 -0500 |
tree | fc938a67293c82513b51d6627e2f2608b51e5af6 | |
parent | b6bfb8971dd039a60e1cff1895ab9be8be0915b3 [diff] |
nvme: Fix error in nvme_setup_prps Consulting to "NVM Express® Base Specification, revision 2.0". If more PRP List pages are required, then the last entry of the PRP List contains the Page Base Address of the next PRP List page. The next PRP List page shall be memory page aligned. Signed-off-by: Jon Lin <jon.lin@rock-chips.com> Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>