commit | 1e51f9358af513c1620b527d1e8c90b8820591a2 | [log] [tgz] |
---|---|---|
author | Wang Hai <wanghai38@huawei.com> | Thu Jul 30 14:11:40 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 30 17:40:11 2020 -0700 |
tree | fad42cd7102ceb7ff9eab46188c7142bf3f97336 | |
parent | a0d716d8e42abcb973afed27c6fa44bd146d2616 [diff] |
liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn() The size of struct octeon_dispatch is too small, it is better to use kmalloc instead of vmalloc. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Wang Hai <wanghai38@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>