OSDN Git Service

IB/mlx5: Replace kfree with kvfree
authorChuhong Yuan <hslester96@gmail.com>
Wed, 17 Jul 2019 08:21:01 +0000 (16:21 +0800)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 22 Jul 2019 18:19:40 +0000 (15:19 -0300)
commitb7f406bb883ba7ac3222298f6b44cebc4cfe2dde
tree4ac29a64be14b875e1e04bc2c4fe6a3366e16268
parentc56b593d2af4cbd189c6af5fd6790728fade80cc
IB/mlx5: Replace kfree with kvfree

Memory allocated by kvzalloc should not be freed by kfree(), use kvfree()
instead.

Fixes: 813e90b1aeaa ("IB/mlx5: Add advise_mr() support")
Link: https://lore.kernel.org/r/20190717082101.14196-1-hslester96@gmail.com
Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/odp.c