Commit 4a87348b authored by Bhavin Sharma's avatar Bhavin Sharma Committed by Hans Verkuil
Browse files

media: adv7180: Fix cppcheck errors



ERROR: else should follow close brace '}'

Signed-off-by: default avatarBhavin Sharma <bhavin.sharma@siliconsignals.io>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 36d503ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1057,11 +1057,11 @@ static int adv7182_init(struct adv7180_state *state)
					      ADV7180_REG_EXTENDED_OUTPUT_CONTROL,
					      0x17);
			}
		}
		else
		} else {
			adv7180_write(state,
				      ADV7180_REG_EXTENDED_OUTPUT_CONTROL,
				      0x07);
		}
		adv7180_write(state, ADV7180_REG_OUTPUT_CONTROL, 0x0c);
		adv7180_write(state, ADV7180_REG_CTRL_2, 0x40);
	}