summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMiaoqian Lin <linmq006@gmail.com>2022-01-07 08:36:32 +0000
committerMaxime Ripard <maxime@cerno.tech>2022-01-11 10:49:32 +0100
commitc71af3dae3e34d2fde0c19623cf7f8483321f0e3 (patch)
tree8718e4df261f1c409986a3f06f4f7dc2943ba985 /tools/perf/scripts/python/bin
parent22bf4047d26980807611b7e2030803db375afd87 (diff)
downloadkernel-c71af3dae3e34d2fde0c19623cf7f8483321f0e3.tar.gz
drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get
The reference taken by 'of_find_device_by_node()' must be released when not needed anymore. Add the corresponding 'put_device()' in the error handling path. Fixes: 9bf3797796f5 ("drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device") Signed-off-by: Miaoqian Lin <linmq006@gmail.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20220107083633.20843-1-linmq006@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
td>make legacy ISA probe optionalArnd Bergmann 2021-08-03xsurf100: drop include of lib8390.cMichael Schmitz 2021-08-03ax88796: export ax_NS8390_init() hookMichael Schmitz 2021-08-03m68k: remove legacy probingArnd Bergmann 2021-07-28nubus: Make struct nubus_driver::remove return voidUwe Kleine-König 2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann 2021-05-19net: 8390: remove leading spaces before tabsHui Tang 2020-10-31ne2k: Fix Typo in RW-BugfixArmin Wolf 2020-10-29net/mac8390: discard unnecessary breaksZhang Qilong 2020-10-01lib8390: Use netif_msg_init to initialize msg_enable bitsArmin Wolf 2020-09-29lib8390: Replace panic() call with BUILD_BUG_ONArmin Wolf 2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-08-258390: Avoid comma separated statementsJoe Perches 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-08-14net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'Lee Jones 2020-07-17ne2k-pci: Use netif_msg_init to initialize msg_enable bitsArmin Wolf