Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c9a093e authored by Sandhya Bankar's avatar Sandhya Bankar Committed by Greg Kroah-Hartman
Browse files

Staging: i4l: pcbit: capi: Add parentheses to complex macro.



Add parentheses to complex macro.

Signed-off-by: default avatarSandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3e735d1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@
#define REQ_DISPLAY       0x04
#define REQ_DISPLAY       0x04
#define REQ_USER_TO_USER  0x08
#define REQ_USER_TO_USER  0x08


#define AppInfoMask  REQ_CAUSE | REQ_DISPLAY | REQ_USER_TO_USER
#define AppInfoMask  (REQ_CAUSE | REQ_DISPLAY | REQ_USER_TO_USER)


/* Connection Setup */
/* Connection Setup */
extern int capi_conn_req(const char *calledPN, struct sk_buff **buf,
extern int capi_conn_req(const char *calledPN, struct sk_buff **buf,