clean up warnings here and there

This commit is contained in:
hathach
2013-10-02 14:20:05 +07:00
parent 1263dbb122
commit 6f9172c15f
13 changed files with 56 additions and 58 deletions

View File

@@ -833,9 +833,9 @@ STATIC_ INLINE_ ehci_link_t* get_period_frame_list(uint8_t hostid)
case 1:
return period_frame_list1;
#endif
default: return NULL;
}
return NULL;
}
#endif