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>
This commit is contained in:
Sudip Mukherjee 2015-03-10 22:46:54 +05:30 committed by Greg Kroah-Hartman
parent 041d3a42e7
commit 54a1a05fe2

View file

@ -248,6 +248,4 @@ void hw_cursor_setData2(struct lynx_cursor * cursor,
}
}
return 0;
}