commit | 2354161dd33b204d36caa0bc48c95cc6c1a984fb | [log] [tgz] |
---|---|---|
author | Cindy H Kao <cindy.h.kao@intel.com> | Thu Apr 08 16:03:12 2010 -0700 |
committer | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | Tue May 11 14:05:47 2010 -0700 |
tree | 7d1606bfef35ae72dfb823be860ed6b67e9c67ba | |
parent | 599e59538448ee49d5470f226bb191b2f78aa3a2 [diff] |
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 <cindy.h.kao@intel.com>