From: Ben Chan Date: Sat, 28 Jun 2014 06:17:26 +0000 (-0700) Subject: staging: gdm72xx: use int instead of u32 whenever makes sense X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1266 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e60cc3bd453737491f72a89f3c395cbb4022eb98;p=pandora-kernel.git 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 Reported-by: Michalis Pappas Signed-off-by: Ben Chan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed