summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-10-15 11:16:58 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-10-15 11:24:10 -0700
commita3f7c3fcf60868c1e90671df5d0cf9be5900a09b (patch)
tree37aef555d6c3666e5df6d85ccb2b151ff4e5e056 /tools/perf/scripts/python
parentd9265e8a878aa19898667ab32f6b8936170cf1f9 (diff)
downloadkernel-a3f7c3fcf60868c1e90671df5d0cf9be5900a09b.tar.gz
Input: wm97xx-ts - fix exit path
Loading then unloading wm97xx-ts.ko when CONFIG_AC97_BUS=m causes a WARNING: from drivers/base/driver.c: Unexpected driver unregister! WARNING: CPU: 0 PID: 1709 at ../drivers/base/driver.c:193 driver_unregister+0x30/0x40 Fix this by only calling driver_unregister() with the same condition that driver_register() is called. Fixes: ae9d1b5fbd7b ("Input: wm97xx: add new AC97 bus support") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
64130'>dmaengine: qcom: Add GPI dma driverVinod Koul 2020-11-24dmaengine: qcom: Add ADM driverJonathan McDowell 2020-10-08dmaengine: qcom: bam_dma: fix kernel-doc style for taskletVinod Koul 2020-09-18dmaengine: qcom: convert tasklets to use new tasklet_setup() APIAllen Pais 2020-09-11dmaengine: qcom: bam_dma: Drop local dma_parmsRobin Murphy 2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada 2020-05-13dmaengine: qcom: bam_dma: Replace zero-length array with flexible-arrayGustavo A. R. Silva 2020-05-13dmaengine: qcom_hidma: use true,false for bool variableJason Yan 2020-04-27dmaengine: qcom_hidma: Simplify error handling path in hidma_probeChristophe JAILLET 2019-10-18dmaengine: qcom: bam_dma: Fix resource leakJeffrey Hugo 2019-08-08dmaengine: qcom: hidma_mgmt: Add of_node_put() before gotoNishka Dasgupta 2019-08-08dmaengine: qcom_hidma: Remove call to memset after dmam_alloc_coherentFuqian Huang 2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd 2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds 2019-07-05dmaengine: qcom: bam_dma: Fix completed descriptors countSricharan R 2019-06-14dmaengine: qcom: hidma: no need to check return value of debugfs_create funct...Greg Kroah-Hartman 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-01-20dmaengine: qcom_hidma: assign channel cookie correctlyShunyong Yang 2019-01-20dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*Shunyong Yang 2019-01-07dmaengine: qcom: bam_dma: use struct_size() in kzalloc()Gustavo A. R. Silva 2019-01-07dmaengine: qcom_hidma: Check for driver register failureAditya Pakki 2018-12-17dmaengine: qcom_hidma: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li 2018-06-08Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds 2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds 2018-06-04Merge branch 'topic/qcom' into for-linusVinod Koul