Staging: rdma: hfi1: Delete NULL check before vfree
authorBhumika Goyal <bhumirks@gmail.com>
Sun, 14 Feb 2016 15:04:28 +0000 (20:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:44:06 +0000 (16:44 -0800)
commita4d7d05b2da6afc5054cf3065084bda5751e5deb
treec0c08b78f18fbbc3dbf72b4b99d21e50b2ee5771
parenta4e320b7215d2d1f4932474276a46219d6a4e9f1
Staging: rdma: hfi1: Delete NULL check before vfree

The function vfree test whether the argument is NULL and return
immediately. SO NULL test is not needed before vfree.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/user_sdma.c