diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index 654d072bdc28..de503a316e71 100644 --- a/drivers/staging/vt6655/baseband.c +++ b/drivers/staging/vt6655/baseband.c @@ -1729,7 +1729,7 @@ BBuGetFrameTime( unsigned int uFrameTime; unsigned int uPreamble; unsigned int uTmp; - unsigned int uRateIdx = (unsigned int) wRate; + unsigned int uRateIdx = (unsigned int)wRate; unsigned int uRate = 0; if (uRateIdx > RATE_54M)