Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / drivers / input / misc / ims-pcu.c
index 5a736397d9c8ee3f540ce9cc7b7f77710ff6b787..719410feb84bf9521e94fad32d299e890c1b210b 100644 (file)
@@ -1566,6 +1566,7 @@ static int ims_pcu_buffers_alloc(struct ims_pcu *pcu)
        if (!pcu->urb_ctrl_buf) {
                dev_err(pcu->dev,
                        "Failed to allocate memory for read buffer\n");
+               error = -ENOMEM;
                goto err_free_urb_out_buf;
        }