aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/misc/ims-pcu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/ims-pcu.c b/drivers/input/misc/ims-pcu.c
index 5a736397d9c8..719410feb84b 100644
--- a/drivers/input/misc/ims-pcu.c
+++ b/drivers/input/misc/ims-pcu.c
@@ -1566,6 +1566,7 @@ static int ims_pcu_buffers_alloc(struct ims_pcu *pcu)
1566 if (!pcu->urb_ctrl_buf) { 1566 if (!pcu->urb_ctrl_buf) {
1567 dev_err(pcu->dev, 1567 dev_err(pcu->dev,
1568 "Failed to allocate memory for read buffer\n"); 1568 "Failed to allocate memory for read buffer\n");
1569 error = -ENOMEM;
1569 goto err_free_urb_out_buf; 1570 goto err_free_urb_out_buf;
1570 } 1571 }
1571 1572