https://github.com/torvalds/linux
Revision b89d607b590397c04b63d94a9e2fca9649917955 authored by Russell King on 05 July 2012, 12:06:32 UTC, committed by Russell King on 05 July 2012, 12:06:32 UTC
Fix:
net/netfilter/xt_connbytes.c: In function 'connbytes_mt':
net/netfilter/xt_connbytes.c:43: warning: passing argument 1 of 'atomic64_read' discards qualifiers from pointer target type
...

by adding the missing const.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent f8b435b
History
Tip revision: b89d607b590397c04b63d94a9e2fca9649917955 authored by Russell King on 05 July 2012, 12:06:32 UTC
ARM: fix warnings about atomic64_read
Tip revision: b89d607
File Mode Size
Kconfig -rw-r--r-- 1008 bytes
Makefile -rw-r--r-- 171 bytes
debug-levels.h -rw-r--r-- 1.4 KB
debugfs.c -rw-r--r-- 2.2 KB
id-table.c -rw-r--r-- 4.4 KB
op-msg.c -rw-r--r-- 12.2 KB
op-reset.c -rw-r--r-- 3.8 KB
op-rfkill.c -rw-r--r-- 13.5 KB
op-state-get.c -rw-r--r-- 2.4 KB
stack.c -rw-r--r-- 17.8 KB
wimax-internal.h -rw-r--r-- 2.8 KB

back to top