mirror of https://github.com/ARMmbed/mbed-os.git
Remove the redundant input parameter
parent
1f0809a56b
commit
0ca1a61ba0
|
@ -119,7 +119,7 @@ int SPIS_Shutdown(mxc_spis_regs_t *spis)
|
|||
}
|
||||
|
||||
// Clear system level configurations
|
||||
if ((err = SYS_SPIS_Shutdown(spis)) != E_NO_ERROR) {
|
||||
if ((err = SYS_SPIS_Shutdown()) != E_NO_ERROR) {
|
||||
return err;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue