Fix a few compiler warning when compiled with -Wextra.

This commit is contained in:
mmdolze
2012-02-29 23:20:37 +00:00
parent e486266628
commit 1579d452d9
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ t6963_low_command_word(T6963_port *p, u8 cmd, u16 word)
* \param sta Bitmap of expected STA flags
* \return 0 on success, -1 if ready could not be read
*/
inline int
int
t6963_low_dsp_ready(T6963_port *p, u8 sta)
{
int portcontrol = 0;