summaryrefslogtreecommitdiff
path: root/staging
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-07-14 14:15:09 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-07-14 14:15:09 +0200
commit4bf95d6fff7bc3727fa4d4b916b2c6e4fcf87a83 (patch)
treee580fd4b06d2bbfe805dd5876e22269293a26535 /staging
parenteccd95627503db5dc70507acc736949a25af0668 (diff)
geoip: Fix sign compare warnings
array_size() returns size_t, thus make iterator variables comparing against it size_t too to avoid a warning regarding comparison of signed/unsigned. Also cast some ssize_t variables passed to min() for the same reason. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'staging')
0 files changed, 0 insertions, 0 deletions
.kernel.org/pub/scm/linux/kernel/git/davem/net
All merge conflicts were simple overlapping changes. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/usb/serial/keyspan.h')