summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@kernel.org>2022-03-28 22:41:23 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-04-18 07:36:43 +0200
commit86fd1a41fc58108833358e3a5e238c548c98edd2 (patch)
tree0512d1210816052398b6b50adeb26e38fb8d635a /tools/perf/scripts/python/export-to-sqlite.py
parentb18869ba190dce7ac9802143253fa0a0a639d059 (diff)
downloadkernel-86fd1a41fc58108833358e3a5e238c548c98edd2.tar.gz
media: dvb-usb: dtt200u: use an enum for the device number
The device number is currently a value that needs to be the same on two separate tables, but the code doesn't actually enforce it, leading to errors as boards get added or removed. Fix it by using an enum. Link: https://lore.kernel.org/linux-media/9fa3d1add4c58e1320dcc18578fda2d0106becda.1648499509.git.mchehab@kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
39ee81'>vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin 2018-12-19vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi 2018-12-06vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi 2018-12-06vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi 2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds 2018-03-20vhost: add vsock compat ioctlSonny Rao 2018-03-09drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute 2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar) 2017-11-14vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi