summaryrefslogtreecommitdiff
path: root/curve_test.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-10-13 15:56:03 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-10-13 15:56:03 +0200
commitdaac1198c011aa122cf52004629dd77b4e99ae7d (patch)
tree06fb0b6fdb82728d462e82b9018fe12ca0eae226 /curve_test.c
parentadb9677639193700ed7777f1ee085fa7539f8d90 (diff)
trafgen: Make xmit_packet_precheck() return void
The return value of xmit_packet_precheck() is always 0 and it calls panic() in any error cases, so its return value isn't of any use. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'curve_test.c')
0 files changed, 0 insertions, 0 deletions
'>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 'Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531')