Skip to content

Commit

Permalink
rk3xi2c - Report transaction status (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolstar authored Jan 5, 2024
1 parent 3a000eb commit 103810d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/i2c/rk3xi2c/rockchipi2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ NTSTATUS i2c_xfer_single(
return status;
}

status = pDevice->transactionStatus;

return status;
}

Expand Down

0 comments on commit 103810d

Please sign in to comment.