aica/sgc: fix update_rate warning

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2015-07-29 03:26:58 +02:00
parent a28209cae2
commit 2347b95bf2
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ struct ChannelEx
{
u32 oct=ccd->OCT;
update_rate = 1024 | ccd->FNS;
u32 update_rate = 1024 | ccd->FNS;
if (oct& 8)
update_rate>>=(16-oct);
else