linux/net/nfc
Jacob Keller 8facd5fb73 net: fix smatch warnings inside datagram_poll
Commit 7d4c04fc17 ("net: add option to enable
error queue packets waking select") has an issue due to operator precedence
causing the bit-wise OR to bind to the sock_flags call instead of the result of
the terniary conditional. This fixes the *_poll functions to work properly. The
old code results in "mask |= POLLPRI" instead of what was intended, which is to
only include POLLPRI when the socket option is enabled.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-02 16:59:16 -04:00
..
hci NFC: Initial Secure Element API 2013-01-10 00:51:54 +01:00
llcp net: fix smatch warnings inside datagram_poll 2013-04-02 16:59:16 -04:00
nci NFC: Initial Secure Element API 2013-01-10 00:51:54 +01:00
af_nfc.c NFC: Core code identation fixes 2012-03-06 15:16:25 -05:00
core.c Driver core patches for 3.9-rc1 2013-02-21 12:05:51 -08:00
Kconfig NFC: Remove CONFIG_EXPERIMENTAL 2012-10-26 18:26:52 +02:00
Makefile NFC: HCI support 2012-04-12 15:10:34 -04:00
netlink.c NFC: llcp: Service Name Lookup netlink interface 2013-03-10 23:14:54 +01:00
nfc.h NFC: llcp: Service Name Lookup netlink interface 2013-03-10 23:14:54 +01:00
rawsock.c NFC: Fix some code style and whitespace issues 2012-10-26 18:26:52 +02:00