summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMichał Kępień <kernel@kempniu.pl>2017-03-09 10:36:51 +0100
committerDarren Hart <dvhart@infradead.org>2017-03-14 22:58:12 -0700
commit1fe55309462cc9b2dcefe6eb91e7adeba5e59e89 (patch)
tree25a629d926d17a619f3a6e4561181807bad7c6d0 /tools/perf/scripts/python/export-to-sqlite.py
parentdb8f95d0141926a673484d228cd4040f5b10972f (diff)
downloadkernel-1fe55309462cc9b2dcefe6eb91e7adeba5e59e89.tar.gz
platform/x86: intel-hid: do not set parents of input devices explicitly
devm_input_allocate_device() already causes the supplied struct device to be set as the parent of the input device, so doing it again is redundant. Signed-off-by: Michał Kępień <kernel@kempniu.pl> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-and-tested-by: Alex Hung <alex.hung@canonical.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
node_switchPavel Begunkov 2023-04-04io_uring/rsrc: add custom limit for node cachingPavel Begunkov 2023-04-04io_uring/rsrc: optimise io_rsrc_data refcountingPavel Begunkov 2023-04-04io_uring/rsrc: add lockdep sanity checksPavel Begunkov 2023-04-04io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov 2023-04-04io_uring/rsrc: optimise io_rsrc_put allocationPavel Begunkov 2023-04-04io_uring/rsrc: rename rsrc_listPavel Begunkov 2023-04-04io_uring/rsrc: protect node refs with uring_lockPavel Begunkov 2023-04-04io_uring: don't put nodes under spinlocksPavel Begunkov 2023-04-04io_uring/rsrc: keep cached refs per nodePavel Begunkov 2023-04-04io_uring/rsrc: use non-pcpu refcounts for nodesPavel Begunkov 2023-03-29io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov