summaryrefslogtreecommitdiff
path: root/proc.c
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 /proc.c
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 'proc.c')
0 files changed, 0 insertions, 0 deletions
si?h=nds-private-remove&id=370ebb0ef6255132373ed35d13e7b1d8d2eb7003'>370ebb0ef6255132373ed35d13e7b1d8d2eb7003 (diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'arch/arm/boot/dts/qcom-ipq8064.dtsi')