All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove unused mpty from ofono_call
@ 2011-01-13 18:29 Jeevaka Badrappan
  2011-01-13 18:29 ` [PATCH 1/2] atutil: remove unused mpty Jeevaka Badrappan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-01-13 18:29 UTC (permalink / raw)
  To: ofono

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

Hi,

 Following patch removes the unused internal mpty variable from ofono_call.

Regards,
Jeevaka

Jeevaka Badrappan (2):
  atutil: remove unused mpty
  include: remove unused mpty from ofono_call

 drivers/atmodem/atutil.c |    1 -
 include/types.h          |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


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

* [PATCH 1/2] atutil: remove unused mpty
  2011-01-13 18:29 [PATCH 0/2] Remove unused mpty from ofono_call Jeevaka Badrappan
@ 2011-01-13 18:29 ` Jeevaka Badrappan
  2011-01-13 18:29 ` [PATCH 2/2] include: remove unused mpty from ofono_call Jeevaka Badrappan
  2011-01-13 18:33 ` [PATCH 0/2] Remove " Denis Kenzior
  2 siblings, 0 replies; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-01-13 18:29 UTC (permalink / raw)
  To: ofono

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

---
 drivers/atmodem/atutil.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/atmodem/atutil.c b/drivers/atmodem/atutil.c
index 0726da0..da17253 100644
--- a/drivers/atmodem/atutil.c
+++ b/drivers/atmodem/atutil.c
@@ -140,7 +140,6 @@ GSList *at_util_parse_clcc(GAtResult *result)
 		call->direction = dir;
 		call->status = status;
 		call->type = type;
-		call->mpty = mpty;
 		strncpy(call->phone_number.number, str,
 				OFONO_MAX_PHONE_NUMBER_LENGTH);
 		call->phone_number.type = number_type;
-- 
1.7.0.4


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

* [PATCH 2/2] include: remove unused mpty from ofono_call
  2011-01-13 18:29 [PATCH 0/2] Remove unused mpty from ofono_call Jeevaka Badrappan
  2011-01-13 18:29 ` [PATCH 1/2] atutil: remove unused mpty Jeevaka Badrappan
@ 2011-01-13 18:29 ` Jeevaka Badrappan
  2011-01-13 18:33 ` [PATCH 0/2] Remove " Denis Kenzior
  2 siblings, 0 replies; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-01-13 18:29 UTC (permalink / raw)
  To: ofono

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

---
 include/types.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/types.h b/include/types.h
index 9fd174d..1b95eaa 100644
--- a/include/types.h
+++ b/include/types.h
@@ -97,7 +97,6 @@ struct ofono_call {
 	int type;
 	int direction;
 	int status;
-	ofono_bool_t mpty;
 	struct ofono_phone_number phone_number;
 	char name[OFONO_MAX_CALLER_NAME_LENGTH + 1];
 	int clip_validity;
-- 
1.7.0.4


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

* Re: [PATCH 0/2] Remove unused mpty from ofono_call
  2011-01-13 18:29 [PATCH 0/2] Remove unused mpty from ofono_call Jeevaka Badrappan
  2011-01-13 18:29 ` [PATCH 1/2] atutil: remove unused mpty Jeevaka Badrappan
  2011-01-13 18:29 ` [PATCH 2/2] include: remove unused mpty from ofono_call Jeevaka Badrappan
@ 2011-01-13 18:33 ` Denis Kenzior
  2 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2011-01-13 18:33 UTC (permalink / raw)
  To: ofono

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

Hi Jeevaka,

On 01/13/2011 12:29 PM, Jeevaka Badrappan wrote:
> Hi,
> 
>  Following patch removes the unused internal mpty variable from ofono_call.
> 
> Regards,
> Jeevaka
> 

Both patches have been applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2011-01-13 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-13 18:29 [PATCH 0/2] Remove unused mpty from ofono_call Jeevaka Badrappan
2011-01-13 18:29 ` [PATCH 1/2] atutil: remove unused mpty Jeevaka Badrappan
2011-01-13 18:29 ` [PATCH 2/2] include: remove unused mpty from ofono_call Jeevaka Badrappan
2011-01-13 18:33 ` [PATCH 0/2] Remove " 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.