summaryrefslogtreecommitdiff
path: root/drivers/input/misc/qnap-mcu-input.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2025-12-08 17:52:57 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2025-12-08 17:52:57 -0800
commit429c4727011ead99129b14dc9ff4c87a747a50ab (patch)
treed3ce2ff71e7ee80e939528635805ff03d658716c /drivers/input/misc/qnap-mcu-input.c
parentae8966b7b5bd69b86209cc34bcca1ba9f18b68e6 (diff)
parent70f62e52176df0f1f4684919546a6198d5e82529 (diff)
Merge branch 'next' into for-linus
Prepare input updates for 6.19 merge window.
Diffstat (limited to 'drivers/input/misc/qnap-mcu-input.c')
-rw-r--r--drivers/input/misc/qnap-mcu-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/qnap-mcu-input.c b/drivers/input/misc/qnap-mcu-input.c
index 76e62f0816c1..3be899bfc114 100644
--- a/drivers/input/misc/qnap-mcu-input.c
+++ b/drivers/input/misc/qnap-mcu-input.c
@@ -103,7 +103,7 @@ static int qnap_mcu_input_probe(struct platform_device *pdev)
input = devm_input_allocate_device(dev);
if (!input)
- return dev_err_probe(dev, -ENOMEM, "no memory for input device\n");
+ return -ENOMEM;
idev->input = input;
idev->dev = dev;