summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-ts4800.c
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2022-08-15 07:12:42 +0300
committerJernej Skrabec <jernej.skrabec@gmail.com>2022-09-08 23:28:03 +0300
commit49fad91a7b8941979c3e9a35f9894ac45bc5d3d6 (patch)
tree9cf96276a728248e3cdc250ee275794d47aa6a81 /drivers/irqchip/irq-ts4800.c
parent90e10a1fcd9b24b4ba8c0d35136127473dcd829e (diff)
downloadlinux-49fad91a7b8941979c3e9a35f9894ac45bc5d3d6.tar.xz
soc: sunxi: sram: Fix probe function ordering issues
Errors from debugfs are intended to be non-fatal, and should not prevent the driver from probing. Since debugfs file creation is treated as infallible, move it below the parts of the probe function that can fail. This prevents an error elsewhere in the probe function from causing the file to leak. Do the same for the call to of_platform_populate(). Finally, checkpatch suggests an octal literal for the file permissions. Fixes: 4af34b572a85 ("drivers: soc: sunxi: Introduce SoC driver to map SRAMs") Fixes: 5828729bebbb ("soc: sunxi: export a regmap for EMAC clock reg on A64") Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Samuel Holland <samuel@sholland.org> Tested-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20220815041248.53268-6-samuel@sholland.org
Diffstat (limited to 'drivers/irqchip/irq-ts4800.c')
0 files changed, 0 insertions, 0 deletions