All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] monitor: Fix the return value of l2cap_frame_get_le16()
@ 2014-11-19 14:37 Vikrampal Yadav
  2014-11-19 19:47 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Vikrampal Yadav @ 2014-11-19 14:37 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.dentz, d.kasatkin, vikram.pal, cpgs

The return value of l2cap_frame_get_le16() rectified.
---
 monitor/l2cap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor/l2cap.h b/monitor/l2cap.h
index c14aeef..975f78a 100644
--- a/monitor/l2cap.h
+++ b/monitor/l2cap.h
@@ -92,7 +92,7 @@ static inline bool l2cap_frame_get_le16(struct l2cap_frame *frame,
 
 	l2cap_frame_pull(frame, frame, sizeof(*value));
 
-	return 0;
+	return true;
 }
 
 static inline bool l2cap_frame_get_be32(struct l2cap_frame *frame,
-- 
1.9.1


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

* Re: [PATCH] monitor: Fix the return value of l2cap_frame_get_le16()
  2014-11-19 14:37 [PATCH] monitor: Fix the return value of l2cap_frame_get_le16() Vikrampal Yadav
@ 2014-11-19 19:47 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2014-11-19 19:47 UTC (permalink / raw)
  To: Vikrampal Yadav; +Cc: linux-bluetooth, luiz.dentz, d.kasatkin, cpgs

Hi Vikram,

On Wed, Nov 19, 2014, Vikrampal Yadav wrote:
> The return value of l2cap_frame_get_le16() rectified.
> ---
>  monitor/l2cap.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied. Thanks.

Johan

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

end of thread, other threads:[~2014-11-19 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-19 14:37 [PATCH] monitor: Fix the return value of l2cap_frame_get_le16() Vikrampal Yadav
2014-11-19 19:47 ` Johan Hedberg

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.