File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1410,7 +1410,7 @@ static int sdw_initialize_slave(struct sdw_slave *slave)
1410
1410
}
1411
1411
}
1412
1412
if ((slave -> bus -> prop .quirks & SDW_MASTER_QUIRKS_CLEAR_INITIAL_PARITY ) &&
1413
- !(slave -> prop . quirks & SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY )) {
1413
+ !(prop -> quirks & SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY )) {
1414
1414
/* Clear parity interrupt before enabling interrupt mask */
1415
1415
status = sdw_read_no_pm (slave , SDW_SCP_INT1 );
1416
1416
if (status < 0 ) {
@@ -1436,7 +1436,7 @@ static int sdw_initialize_slave(struct sdw_slave *slave)
1436
1436
* device-dependent, it might e.g. only be enabled in
1437
1437
* steady-state after a couple of frames.
1438
1438
*/
1439
- val = slave -> prop . scp_int1_mask ;
1439
+ val = prop -> scp_int1_mask ;
1440
1440
1441
1441
/* Enable SCP interrupts */
1442
1442
ret = sdw_update_no_pm (slave , SDW_SCP_INTMASK1 , val , val );
@@ -1447,7 +1447,7 @@ static int sdw_initialize_slave(struct sdw_slave *slave)
1447
1447
}
1448
1448
1449
1449
/* No need to continue if DP0 is not present */
1450
- if (!slave -> prop . dp0_prop )
1450
+ if (!prop -> dp0_prop )
1451
1451
return 0 ;
1452
1452
1453
1453
/* Enable DP0 interrupts */
You can’t perform that action at this time.
0 commit comments