The MODE_SWITCH_TIMEOUT_MS constant included a FIXME suggesting the timeout could be reduced once the SVC core supported parallel event processing. Greybus SVC logic is stable today and no such change is planned, and the existing timeout has been used reliably for years. Remove the obsolete FIXME and replace it with a descriptive comment.
Signed-off-by: Ayaan Mirza Baig ayaanmirzabaig85@gmail.com --- drivers/staging/greybus/bootrom.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/staging/greybus/bootrom.c b/drivers/staging/greybus/bootrom.c index d4d86b3898de..156212301d58 100644 --- a/drivers/staging/greybus/bootrom.c +++ b/drivers/staging/greybus/bootrom.c @@ -17,10 +17,7 @@ /* Timeout, in jiffies, within which the next request must be received */ #define NEXT_REQ_TIMEOUT_MS 1000
-/* - * FIXME: Reduce this timeout once svc core handles parallel processing of - * events from the SVC, which are handled sequentially today. - */ +/* Timeout for mode switching operations, based on current SVC behaviour */ #define MODE_SWITCH_TIMEOUT_MS 10000
enum next_request_type {