From: Inaky Perez-Gonzalez Date: Wed, 7 Oct 2009 03:20:15 +0000 (+0900) Subject: wimax/i2400m: when stopping the device, cancel any pending message X-Git-Tag: v2.6.33-rc1~388^2~487^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eeae35b9a2e304fc4ae3d9eed63afeea23b482c;p=pandora-kernel.git wimax/i2400m: when stopping the device, cancel any pending message The stop procedure for the device must make sure that any task that is waiting on a message is properly cancelled. This was being taken care of only by the __i2400m_dev_reset_handle() path and the rest was working by chance because the waits have a timeout. Fixed by adding a proper cancellation in __i2400m_dev_stop(). Signed-off-by: Inaky Perez-Gonzalez --- Reading git-diff-tree failed