ams: use R_SUCCEED, R_THROW globally
This commit is contained in:
@@ -118,7 +118,7 @@ namespace ams::i2c {
|
||||
out->_session = session.Detach();
|
||||
|
||||
/* We succeeded. */
|
||||
return ResultSuccess();
|
||||
R_SUCCEED();
|
||||
}
|
||||
|
||||
void CloseSession(I2cSession &session) {
|
||||
|
||||
Reference in New Issue
Block a user