Fix compile warning

* Fixed a simple compile warning
This commit is contained in:
Christian B 2017-12-08 13:12:11 +01:00 committed by GitHub
parent 1220d7fdcc
commit 2d6512e7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
void rtw_reg_notify_by_driver(_adapter *adapter)
{
return 0;
return;
}
int rtw_regd_init(_adapter *padapter)