staging: rdma: hfi1: sdma: Remove wrapper functions
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Sun, 1 Nov 2015 10:46:40 +0000 (16:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit8edf75020f60b2e1572291f93e0898351d478795
treed9c341c4e69d9df73659adb8d104ef37c4fc719a
parent6e5b6131806d9fd05685ac6fddc297d91ea3b0ae
staging: rdma: hfi1: sdma: Remove wrapper functions

Drop wrapper functions sdma_start_err_halt_wait() and
sdma_start_sw_clean_up() that can be replaced by a direct call to
schedule_work() and tasklet_hi_schedule() respectively both of which
are standard kernel functions.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/sdma.c
This page took 0.024542 seconds and 5 git commands to generate.