Skip to content

Commit 10acffa

Browse files
committed
Merge branch 'for-next'
2 parents 217b61a + 48a87b7 commit 10acffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/pci/lx6464es/lx_core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ static int lx_message_send_atomic(struct lx6464es *chip, struct lx_rmh *rmh)
316316
/* low-level dsp access */
317317
int lx_dsp_get_version(struct lx6464es *chip, u32 *rdsp_version)
318318
{
319-
u16 ret;
319+
int ret;
320320

321321
mutex_lock(&chip->msg_lock);
322322

@@ -330,10 +330,10 @@ int lx_dsp_get_version(struct lx6464es *chip, u32 *rdsp_version)
330330

331331
int lx_dsp_get_clock_frequency(struct lx6464es *chip, u32 *rfreq)
332332
{
333-
u16 ret = 0;
334333
u32 freq_raw = 0;
335334
u32 freq = 0;
336335
u32 frequency = 0;
336+
int ret;
337337

338338
mutex_lock(&chip->msg_lock);
339339

0 commit comments

Comments
 (0)