Remove the redundant input parameter

pull/6733/head
Keyur Hariya 2018-04-23 15:52:44 -05:00
parent 1f0809a56b
commit 0ca1a61ba0
1 changed files with 6 additions and 6 deletions

View File

@ -119,7 +119,7 @@ int SPIS_Shutdown(mxc_spis_regs_t *spis)
} }
// Clear system level configurations // Clear system level configurations
if ((err = SYS_SPIS_Shutdown(spis)) != E_NO_ERROR) { if ((err = SYS_SPIS_Shutdown()) != E_NO_ERROR) {
return err; return err;
} }