staging: sm750fb: correct function return
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 10 Mar 2015 17:16:54 +0000 (22:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Mar 2015 20:11:06 +0000 (21:11 +0100)
commit54a1a05fe270f87e755732a47f693de870d0ffec
treea919f1519fe332eb91d869bb1188c5ed2be4a94a
parent041d3a42e7d823e89b593d47338d6840b38cbcd3
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>
drivers/staging/sm750fb/sm750_cursor.c