]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mfd: ezx-pcap: Drop memory allocation error message
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Thu, 5 Mar 2026 21:45:46 +0000 (22:45 +0100)
committerLee Jones <lee@kernel.org>
Wed, 25 Mar 2026 12:45:52 +0000 (12:45 +0000)
commitfa9ccb6b7fb4c5ac50613d1412a273a2031dcd2b
tree26e9e5815ec817cd0b4dd03a75ae88d107a56179
parent44fb5d7b9db755e5dd3e9fd1dd09c2db0853c00f
mfd: ezx-pcap: Drop memory allocation error message

Drivers should not print error messages on memory allocation failures,
because core already does it.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20260305-workqueue-devm-v2-7-66a38741c652@oss.qualcomm.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/ezx-pcap.c