iwlwifi: mvm: remove pointless num_stored condition
authorJohannes Berg <johannes.berg@intel.com>
Wed, 19 Apr 2017 07:45:18 +0000 (09:45 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 22 Jun 2017 21:12:59 +0000 (00:12 +0300)
commitaeb8012cdfb5dded160295c92e6bfdb6ae5e8aa1
treecdaa653894a2b033ba6d540219ee5dcea088a9b1
parent6f2f019495f637375b6d9dbbfa164b5b1e9d5583
iwlwifi: mvm: remove pointless num_stored condition

Since we exit if buf->num_stored is 0, there's no need to
check it again later.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c