commit | e60cc3bd453737491f72a89f3c395cbb4022eb98 | [log] [tgz] |
---|---|---|
author | Ben Chan <benchan@chromium.org> | Fri Jun 27 23:17:26 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jun 29 14:41:04 2014 -0700 |
tree | fedab5d5c256f8d9e4c2ac71490f71c10981de5d | |
parent | 8fea7d0944faa37fcaf82305f3e756fd2a7ccdf5 [diff] |
staging: gdm72xx: use int instead of u32 whenever makes sense This patch addresses the following issues: - Use int instead of u32 whenever makes sense - Turn extract_qos_list() in gdm_qos.c, which previously always returned 0, into a void function. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Reported-by: Michalis Pappas <mpappas@fastmail.fm> Signed-off-by: Ben Chan <benchan@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>