1
0
Fork 0
alistair23-linux/drivers/mailbox
Greg Kroah-Hartman a9a9da47f8 mailbox: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the
return value.  The function can work or not, but the code logic should
never do something different based on this.

Cc: Jassi Brar <jassisinghbrar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-06-03 16:18:12 +02:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile mailbox: Add support for Armada 37xx rWTM mailbox 2019-05-09 00:41:00 -05:00
arm_mhu.c mailbox: arm-mhu: Use device-managed registration API 2018-12-21 16:49:25 -06:00
armada-37xx-rwtm-mailbox.c mailbox: Add support for Armada 37xx rWTM mailbox 2019-05-09 00:41:00 -05:00
bcm-flexrm-mailbox.c mailbox: no need to check return value of debugfs_create functions 2019-06-03 16:18:12 +02:00
bcm-pdc-mailbox.c mailbox: no need to check return value of debugfs_create functions 2019-06-03 16:18:12 +02:00
bcm2835-mailbox.c mailbox: bcm2835: Use device-managed registration API 2018-12-21 16:49:25 -06:00
hi3660-mailbox.c mailbox: hi3660: Use device-managed registration API 2018-12-21 16:49:25 -06:00
hi6220-mailbox.c mailbox: hi6220: Use device-managed registration API 2018-12-21 16:49:25 -06:00
imx-mailbox.c mailbox: imx: use devm_platform_ioremap_resource() to simplify code 2019-05-09 00:40:49 -05:00
mailbox-altera.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
mailbox-sti.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
mailbox-test.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
mailbox-xgene-slimpro.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 2019-05-21 11:28:45 +02:00
mailbox.c mailbox: Export mbox_flush() 2019-02-18 10:39:17 -06:00
mailbox.h Mailbox: Add support for Platform Communication Channel 2014-11-27 12:51:09 +05:30
mtk-cmdq-mailbox.c clk: Remove io.h from clk-provider.h 2019-05-15 13:21:37 -07:00
omap-mailbox.c mailbox: omap: Use device-managed registration API 2018-12-21 16:49:25 -06:00
pcc.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
pl320-ipc.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
platform_mhu.c mailbox: platform-mhu: Use device-managed registration API 2018-12-21 16:49:25 -06:00
qcom-apcs-ipc-mailbox.c mailbox: qcom-apcs: Use device-managed registration API 2018-12-21 16:49:25 -06:00
rockchip-mailbox.c mailbox: rockchip: Use device-managed registration API 2018-12-21 16:49:25 -06:00
stm32-ipcc.c mailbox: stm32-ipcc: check invalid irq 2019-05-09 00:41:00 -05:00
tegra-hsp.c mailbox: tegra-hsp: mark suspend function as __maybe_unused 2019-03-06 20:31:03 -06:00
ti-msgmgr.c mailbox: ti-msgmgr: Use device-managed registration API 2018-12-21 16:49:26 -06:00
zynqmp-ipi-mailbox.c mailbox: ZynqMP IPI mailbox controller 2019-03-06 20:34:20 -06:00