From: Cindy H Kao Date: Thu, 8 Apr 2010 23:03:12 +0000 (-0700) Subject: wimax/i2400m: Correct the error path handlers order in i2400m_post_reset() X-Git-Tag: v2.6.35-rc1~473^2~99^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2354161dd33b204d36caa0bc48c95cc6c1a984fb;p=pandora-kernel.git wimax/i2400m: Correct the error path handlers order in i2400m_post_reset() When bus_setup fails in i2400m_post_reset(), it falls to the error path handler "error_bus_setup:" which includes unlock the mutext. However, we didn't ever try to the obtain the lock when running bus_setup. The patch is to fix the misplaced error path handler "error_bus_setup:". Signed-off-by: Cindy H Kao --- Reading git-diff-tree failed