hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/char/mwave/smapi.c
....@@ -126,7 +126,7 @@
126126
127127 int smapi_query_DSP_cfg(SMAPI_DSP_SETTINGS * pSettings)
128128 {
129
- int bRC = -EIO;
129
+ int bRC;
130130 unsigned short usAX, usBX, usCX, usDX, usDI, usSI;
131131 static const unsigned short ausDspBases[] = {
132132 0x0030, 0x4E30, 0x8E30, 0xCE30,
....@@ -497,7 +497,7 @@
497497
498498 int smapi_set_DSP_power_state(bool bOn)
499499 {
500
- int bRC = -EIO;
500
+ int bRC;
501501 unsigned short usAX, usBX, usCX, usDX, usDI, usSI;
502502 unsigned short usPowerFunction;
503503