commit | b6c321718e1376b1a55afc63cce090a2c4573417 | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Thu Jul 16 17:34:12 2009 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 24 15:05:21 2009 -0400 |
tree | a9b37daf3ee6a1787ef879eecf50f0398ef0a22b | |
parent | 0e371f1a0c0acd4abfa052b01e7b1f4a71ef6590 [diff] |
iwmc3200wifi: make iwm_send_wifi_if_cmd return 0 on success We used to return the result of wait_event_interruptible_timeout() which is the remaining timeout on success. But this information is not used by any of its callers. So we just return 0 on success. This fixed a erroneous return value bug for iwm_set_key(). Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>