diff for duplicates of <20160713095953.GA29468@mwanda> diff --git a/a/1.txt b/N1/1.txt index 8825958..c06224a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,5 +14,5 @@ index 58fd79eb..51e5349 100644 - 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 */ diff --git a/a/content_digest b/N1/content_digest index 56db651..c7e3c18 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] ALSA: mixart: don't print an unintialized variable on error\0" - "Date\0Wed, 13 Jul 2016 12:59:53 +0300\0" + "Date\0Wed, 13 Jul 2016 09:59:53 +0000\0" "To\0Jaroslav Kysela <perex@perex.cz>\0" "Cc\0alsa-devel@alsa-project.org" kernel-janitors@vger.kernel.org @@ -23,7 +23,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 */" -bf48e61e1d60d47620080081d3215f9d5fc83a70ebf70ae7e9cd385e35676a27 +a418db97013859ee03267f29734b54fb0d8a6985436562149c45a6a082886f21
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.