leon, grspw_pkt: coding style fix

This commit is contained in:
Daniel Hellstrom
2016-04-07 09:36:37 +02:00
parent 77856f67aa
commit 7701c37d60

View File

@@ -3063,7 +3063,7 @@ static int grspw_common_init(void)
if (rtems_task_start(grspw_work_task, grspw_work_func, 0) !=
RTEMS_SUCCESSFUL)
return -1;
}
}
grspw_initialized = 1;
return 0;