]> git.baikalelectronics.ru Git - kernel.git/commit
wimax/i2400m: correct the error path handlers in dev_start()
authorCindy H Kao <cindy.h.kao@intel.com>
Wed, 31 Mar 2010 02:19:37 +0000 (19:19 -0700)
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Tue, 11 May 2010 21:04:54 +0000 (14:04 -0700)
commit64606cfea1b6372d2e4082c163cdf04540c76c21
tree82b6e254c2550f43108c72bea745df9631355fae
parent6f1e34f4a6cb08ac226290481be5ab40ed5a486a
wimax/i2400m: correct the error path handlers in dev_start()

This fix is to correct order of the handlers in the error path
of dev_start(). When i2400m_firmware_check fails, all the works done
before it should be released or cleared.

Signed-off-by: Cindy H Kao <cindy.h.kao@intel.com>
drivers/net/wimax/i2400m/driver.c