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

Commit 2d1c0044 authored by Johannes Berg's avatar Johannes Berg
Browse files

iwlwifi: fix indentation in iwl_load_given_ucode



There's a block of code that's indented too
far, move it out to where it should be.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Reviewed-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent ee7d737c
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -979,8 +979,7 @@ static int iwl_load_section(struct iwl_trans *trans, u8 section_num,
static int iwl_load_given_ucode(struct iwl_trans *trans,
				const struct fw_img *image)
{
	int ret = 0;
		int i;
	int i, ret = 0;

	for (i = 0; i < IWL_UCODE_SECTION_MAX; i++) {
		if (!image->sec[i].p_addr)