kernel/drivers/char/mwave/smapi.c
.. .. @@ -126,7 +126,7 @@ 126 126 127 127 int smapi_query_DSP_cfg(SMAPI_DSP_SETTINGS * pSettings) 128 128 { 129 - int bRC = -EIO;129 + int bRC;130 130 unsigned short usAX, usBX, usCX, usDX, usDI, usSI; 131 131 static const unsigned short ausDspBases[] = { 132 132 0x0030, 0x4E30, 0x8E30, 0xCE30, .. .. @@ -497,7 +497,7 @@ 497 497 498 498 int smapi_set_DSP_power_state(bool bOn) 499 499 { 500 - int bRC = -EIO;500 + int bRC;501 501 unsigned short usAX, usBX, usCX, usDX, usDI, usSI; 502 502 unsigned short usPowerFunction; 503 503