From: Greg Kroah-Hartman Date: Wed, 25 Feb 2009 21:06:49 +0000 (-0800) Subject: Staging: heci: fix some sparse warnings X-Git-Tag: v2.6.30-rc1~202^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4739ea63c56928103bc1748c6d9b1df5d815a02;p=pandora-kernel.git Staging: heci: fix some sparse warnings This resolves a lot of the more obvious sparse warnings in the code. There still are some major problems in the ioctl handlers dealing with user and kernel pointers that this patch does not resolve, that needs to be addressed still. Also, the locking seems to be a bit strange in places, which sparse points out, that too need to be resolved. Cc: Anas Nashif Cc: Marcin Obara Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed