Commit 54a1a05f authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Greg Kroah-Hartman

staging: sm750fb: correct function return

hw_cursor_setData2() is a function with void return type but it was
returning an integer.
Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 041d3a42
...@@ -248,6 +248,4 @@ void hw_cursor_setData2(struct lynx_cursor * cursor, ...@@ -248,6 +248,4 @@ void hw_cursor_setData2(struct lynx_cursor * cursor,
} }
} }
return 0;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment