wireless/gs2200m/gs2200m_main.c: Fix a warning about an uninitialized return value found in build testing.

This commit is contained in:
Gregory Nutt 2019-06-29 18:50:20 -06:00
parent 18a8032c4d
commit 334b450452

View File

@ -1331,6 +1331,7 @@ int gs2200m_main(int argc, char **argv)
if ((ap_mode && (4 != argc)) || (!ap_mode && 3 != argc))
{
_show_usage(argv[0]);
ret = ERROR;
goto errout;
}