浏览代码

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>
Sudip Mukherjee 10 年之前
父节点
当前提交
54a1a05fe2
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/staging/sm750fb/sm750_cursor.c

+ 0 - 2
drivers/staging/sm750fb/sm750_cursor.c

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