summaryrefslogtreecommitdiff
path: root/rnd.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-03-06 18:42:10 +0100
committerTobias Klauser <tklauser@distanz.ch>2018-03-06 18:42:10 +0100
commit18f5d4dde7ef18efa0489f2007f5ebeed89975ea (patch)
treebf5e9e25335c12eb7ab11f0408607b5cad6f8b6e /rnd.c
parent0cba196c4e8d02c5d96d9eb945583869afde5d2d (diff)
trafgen: fix signedness warning in cleanup_packets
This fixes the following GCC warning: trafgen_parser.y: In function ‘cleanup_packets’: trafgen_parser.y:1479:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < hdr->sub_headers_count; k++) Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'rnd.c')
0 files changed, 0 insertions, 0 deletions
Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Pull driver core fix from Greg KH: "Here is a single patch being reverted to remove a feature that was added in 4.10-rc1 that isn't quite ready for release. It will be redone as a debugfs file instead of a sysfs file in the future" * tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: Revert "driver core: Add deferred_probe attribute to devices in sysfs"
Diffstat (limited to 'include/math-emu')