wimax/i2400m: don't overwrite error codes when failing to load firmware
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Tue, 15 Sep 2009 22:25:20 +0000 (15:25 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Mon, 19 Oct 2009 06:56:04 +0000 (15:56 +0900)
Make sure that i2400m_dev_bootstrap() doesn't overwrite the last known
error code with -ENOENT; when a firmware fails to load, we want to
know the cause and not a generic error code.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>

No differences found