Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5fc8c6c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expression



This cast is no longer needed.

Cc: Johannes Berg <johannes.berg@intel.com>
Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Cc: Intel Linux Wireless <linuxwifi@intel.com>
Cc: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b6f8a92c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -900,8 +900,7 @@ static void iwlagn_gain_computation(struct iwl_priv *priv,

		/* bound gain by 2 bits value max, 3rd bit is sign */
		data->delta_gain_code[i] =
			min(abs(delta_g),
			(s32) CHAIN_NOISE_MAX_DELTA_GAIN_CODE);
			min(abs(delta_g), CHAIN_NOISE_MAX_DELTA_GAIN_CODE);

		if (delta_g < 0)
			/*