On 11/08/2018 09:39 PM, Eric Farman wrote:
The routine cp_free() does nothing but call cp_unpin_free(), and while most places call cp_free() there is one caller of cp_unpin_free(). Let's avoid the confusion, and make cp_free() do all the work. Signed-off-by: Eric Farman<farman@xxxxxxxxxxxxx> --- drivers/s390/cio/vfio_ccw_cp.c | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-)
Reviewed-by: Farhan Ali <alifm@xxxxxxxxxxxxx>