summaryrefslogtreecommitdiff
path: root/bpfc.c
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2015-04-21 12:04:13 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2015-04-21 12:04:13 +0200
commit264ef01ddd743c8832fcc142b460fc13dc749138 (patch)
treeb3b76f3924664617378793a69214e0ab97c63057 /bpfc.c
parentf00d4d54f28c0374cc57e6ca07dd648d7684c69c (diff)
doc: authors: add Michal as contributor
Add Michal for commit f00d4d54f28 ("netsniff-ng: add packet fanout support"). Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'bpfc.c')
0 files changed, 0 insertions, 0 deletions
ate-remove&id=950eabbd6ddedc1b08350b9169a6a51b130ebaaf&id2=9d162ed69f51cbd9ee5a0c7e82aba7acc96362ff'>diff)
ISDN: eicon: silence misleading array-bounds warning
With some gcc versions, we get a warning about the eicon driver, and that currently shows up as the only remaining warning in one of the build bots: In file included from ../drivers/isdn/hardware/eicon/message.c:30:0: eicon/message.c: In function 'mixer_notify_update': eicon/platform.h:333:18: warning: array subscript is above array bounds [-Warray-bounds] The code is easily changed to open-code the unusual PUT_WORD() line causing this to avoid the warning. Cc: stable@vger.kernel.org Link: http://arm-soc.lixom.net/buildlogs/stable-rc/v4.4.45/ Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/usb/serial/pl2303.c')