monitor: Fix the return value of l2cap_frame_get_le16()

The return value of l2cap_frame_get_le16() rectified.
This commit is contained in:
Vikrampal Yadav 2014-11-19 20:07:30 +05:30 committed by Johan Hedberg
parent 1d73d30270
commit 99bda64b39

View File

@ -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,