ams: globally prefer R_RETURN to return for ams::Result
This commit is contained in:
@@ -45,7 +45,7 @@ namespace ams::htclow::driver {
|
||||
SetUsbAvailabilityChangeCallback(OnUsbAvailabilityChange, this);
|
||||
|
||||
/* Initialize the interface. */
|
||||
return InitializeUsbInterface();
|
||||
R_RETURN(InitializeUsbInterface());
|
||||
}
|
||||
|
||||
void UsbDriver::Close() {
|
||||
|
||||
Reference in New Issue
Block a user