We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d40c3 commit 2a33ad4Copy full SHA for 2a33ad4
drivers/hid/amd-sfh-hid/amd_sfh_client.c
@@ -282,7 +282,7 @@ int amd_sfh_hid_client_init(struct amd_mp2_dev *privdata)
282
}
283
rc = mp2_ops->get_rep_desc(cl_idx, cl_data->report_descr[i]);
284
if (rc)
285
- return rc;
+ goto cleanup;
286
mp2_ops->start(privdata, info);
287
status = amd_sfh_wait_for_response
288
(privdata, cl_data->sensor_idx[i], SENSOR_ENABLED);
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
@@ -160,7 +160,7 @@ static int amd_sfh1_1_hid_client_init(struct amd_mp2_dev *privdata)
160
161
162
163
164
165
writel(0, privdata->mmio + AMD_P2C_MSG(0));
166
0 commit comments