Staging: lustre: console: Drop unnecessary wrapper function
authorShivani Bhardwaj <shivanib134@gmail.com>
Thu, 29 Oct 2015 05:32:23 +0000 (11:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit33db686a22e502ba127138912814e8468ac51ed6
tree094b50e71acfe8582b2e6b3a6427847827fe9d95
parente5b6b5d48fa26dd5bb1ec8d6829d318ef4c8585b
Staging: lustre: console: Drop unnecessary wrapper function

Remove the function lstcon_group_put() and replace all its calls with the
function lstcon_group_decref() because the former function just
performs the job of calling the latter.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/console.c