public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* add missing braces in drxd_hard.c:DRXD_init
@ 2013-09-05  2:51 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2013-09-05  2:51 UTC (permalink / raw)
  To: m.chehab; +Cc: Linux Kernel

Signed-off-by: Dave Jones <davej@fedoraproject.org>

diff --git a/drivers/media/dvb-frontends/drxd_hard.c b/drivers/media/dvb-frontends/drxd_hard.c
index 9a213479..a1a3421 100644
--- a/drivers/media/dvb-frontends/drxd_hard.c
+++ b/drivers/media/dvb-frontends/drxd_hard.c
@@ -2692,11 +2692,11 @@ static int DRXD_init(struct drxd_state *state, const u8 *fw, u32 fw_size)
 		status = EnableAndResetMB(state);
 		if (status < 0)
 			break;
-		if (state->type_A)
+		if (state->type_A) {
 			status = ResetCEFR(state);
 			if (status < 0)
 				break;
-
+		}
 		if (fw) {
 			status = DownloadMicrocode(state, fw, fw_size);
 			if (status < 0)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-05  2:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05  2:51 add missing braces in drxd_hard.c:DRXD_init Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox