From: Dan Williams Date: Sat, 12 Feb 2011 19:50:15 +0000 (-0800) Subject: isci: kill a callback cast X-Git-Tag: v3.0-rc6~1^2~1^2~261 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7d36e1872c0d79ea9e31445c3b1b70602dbac4b;p=pandora-kernel.git isci: kill a callback cast Callbacks are already type unsafe, obfuscating things further by casting the callback routine is less safe because now function argument number changes will not be caught by the compiler. Signed-off-by: Dan Williams --- Reading git-diff-tree failed