summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750_cursor.c
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2015-03-10 22:46:54 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-10 21:11:06 +0100
commit54a1a05fe270f87e755732a47f693de870d0ffec (patch)
treea919f1519fe332eb91d869bb1188c5ed2be4a94a /drivers/staging/sm750fb/sm750_cursor.c
parent041d3a42e7d823e89b593d47338d6840b38cbcd3 (diff)
downloadop-kernel-dev-54a1a05fe270f87e755732a47f693de870d0ffec.zip
op-kernel-dev-54a1a05fe270f87e755732a47f693de870d0ffec.tar.gz
staging: sm750fb: correct function return
hw_cursor_setData2() is a function with void return type but it was returning an integer. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/sm750_cursor.c')
-rw-r--r--drivers/staging/sm750fb/sm750_cursor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/sm750fb/sm750_cursor.c b/drivers/staging/sm750fb/sm750_cursor.c
index fca441e..6cceef1 100644
--- a/drivers/staging/sm750fb/sm750_cursor.c
+++ b/drivers/staging/sm750fb/sm750_cursor.c
@@ -248,6 +248,4 @@ void hw_cursor_setData2(struct lynx_cursor * cursor,
}
}
- return 0;
-
}
OpenPOWER on IntegriCloud