commit | f7d36e1872c0d79ea9e31445c3b1b70602dbac4b | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Sat Feb 12 11:50:15 2011 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 03:55:27 2011 -0700 |
tree | 2d6a547b72b11a47ba3583414c0b559d7387b18f | |
parent | 27d42e3e794523c3cec02a17fb221ade00e98648 [diff] |
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 <dan.j.williams@intel.com>