Loading drivers/hwtracing/coresight/coresight-byte-cntr.c +1 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ int usb_bypass_start(struct byte_cntr *byte_cntr_data) if (offset < 0) { dev_err(&tmcdrvdata->csdev->dev, "%s: invalid rwp offset value\n", __func__); mutex_unlock(&byte_cntr_data->usb_bypass_lock); return offset; } byte_cntr_data->offset = offset; Loading Loading
drivers/hwtracing/coresight/coresight-byte-cntr.c +1 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ int usb_bypass_start(struct byte_cntr *byte_cntr_data) if (offset < 0) { dev_err(&tmcdrvdata->csdev->dev, "%s: invalid rwp offset value\n", __func__); mutex_unlock(&byte_cntr_data->usb_bypass_lock); return offset; } byte_cntr_data->offset = offset; Loading