All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drivers/isimodem: fix GCC 6.0 errors
@ 2016-04-18 11:45 Kuba Pawlak
  2016-04-18 11:45 ` [PATCH 2/3] plugins/nokia-gpio: fix glibc 2.23.9+ issues Kuba Pawlak
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kuba Pawlak @ 2016-04-18 11:45 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1049 bytes --]

From: Kuba Pawlak <kuba.t.pawlak@gmail.com>

-Werror=misleading-indentation
---
 drivers/isimodem/voicecall.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index 460e34e519a2c8bf5930f421b14e1c974cd49d63..d6d4ea37d66a646be305f8aefa6879b4cd8f0bab 100644
--- a/drivers/isimodem/voicecall.c
+++ b/drivers/isimodem/voicecall.c
@@ -1715,7 +1715,7 @@ static void isi_release_specific(struct ofono_voicecall *ovc, int id,
 
 		if ((status->mode_info & CALL_MODE_ORIGINATOR))
 			cause = CALL_CAUSE_BUSY_USER_REQUEST;
-			break;
+		break;
 	}
 
 	isi_call_release_req(ovc, id, CALL_CAUSE_TYPE_CLIENT, cause, cb, data);
-- 
1.9.3

Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-18 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-18 11:45 [PATCH 1/3] drivers/isimodem: fix GCC 6.0 errors Kuba Pawlak
2016-04-18 11:45 ` [PATCH 2/3] plugins/nokia-gpio: fix glibc 2.23.9+ issues Kuba Pawlak
2016-04-18 11:45 ` [PATCH 3/3] unit: fix GCC 6.0 compilation issues Kuba Pawlak
2016-04-18 15:00 ` [PATCH 1/3] drivers/isimodem: fix GCC 6.0 errors Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.