diff for duplicates of <5786157F.40908@sakamocchi.jp> diff --git a/a/1.txt b/N1/1.txt index e76241d..1b85d61 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ On Jul 13 2016 18:59, Dan Carpenter wrote: > - u32 resp; > + u32 resp = 0; > -> if(chip->pipe_out_ana.status == PIPE_UNDEFINED) +> if(chip->pipe_out_ana.status = PIPE_UNDEFINED) > return -EINVAL; /* no pipe defined */ The 'resp' variable is firstly given to snd_mixart_send_msg(). diff --git a/a/content_digest b/N1/content_digest index b65d85f..339dc18 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020160713095953.GA29468@mwanda\0" "From\0Takashi Sakamoto <o-takashi@sakamocchi.jp>\0" "Subject\0Re: [patch] ALSA: mixart: don't print an unintialized variable on error\0" - "Date\0Wed, 13 Jul 2016 19:18:39 +0900\0" + "Date\0Wed, 13 Jul 2016 10:18:39 +0000\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>" " Jaroslav Kysela <perex@perex.cz>\0" "Cc\0alsa-devel@alsa-project.org" @@ -28,7 +28,7 @@ "> -\tu32 resp;\n" "> +\tu32 resp = 0;\n" ">\n" - "> \tif(chip->pipe_out_ana.status == PIPE_UNDEFINED)\n" + "> \tif(chip->pipe_out_ana.status = PIPE_UNDEFINED)\n" "> \t\treturn -EINVAL; /* no pipe defined */\n" "\n" "The 'resp' variable is firstly given to snd_mixart_send_msg().\n" @@ -58,4 +58,4 @@ "\n" Takashi Sakamoto -0c4434ebc754d61bf76b57066392ad65110c5ac3baab4e314713164bbc19ea32 +8e66c321be35ab4f54398a86b41d446f03e1792d3f4653395b609afd5d2e5a44
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.