diff for duplicates of <52E0E076.7020707@bfs.de> diff --git a/a/1.txt b/N1/1.txt index b7bd016..7b4b02b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ Am 23.01.2014 10:02, schrieb Takashi Iwai: >>> @@ -183,7 +183,7 @@ int snd_card_create(int idx, const char *xid, >>> if (idx < 0) { >>> for (idx2 = 0; idx2 < SNDRV_CARDS; idx2++) { ->>> /* idx == -1 == 0xffff means: take any free slot */ +>>> /* idx = -1 = 0xffff means: take any free slot */ >>> - if (idx2 < sizeof(int) && !(idx & (1U << idx2))) >>> + if (idx2 < 32 && !(idx & (1U << idx2))) >>> continue; diff --git a/a/content_digest b/N1/content_digest index b7ee427..371fc5c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0s5hr47zt6jn.wl%tiwai@suse.de\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [patch] ALSA: bits vs bytes bug in snd_card_create()\0" - "Date\0Thu, 23 Jan 2014 10:27:18 +0100\0" + "Date\0Thu, 23 Jan 2014 09:27:18 +0000\0" "To\0Takashi Iwai <tiwai@suse.de>\0" "Cc\0Dan Carpenter <dan.carpenter@oracle.com>" Jaroslav Kysela <perex@perex.cz> @@ -36,7 +36,7 @@ ">>> @@ -183,7 +183,7 @@ int snd_card_create(int idx, const char *xid,\n" ">>> \tif (idx < 0) {\n" ">>> \t\tfor (idx2 = 0; idx2 < SNDRV_CARDS; idx2++) {\n" - ">>> \t\t\t/* idx == -1 == 0xffff means: take any free slot */\n" + ">>> \t\t\t/* idx = -1 = 0xffff means: take any free slot */\n" ">>> -\t\t\tif (idx2 < sizeof(int) && !(idx & (1U << idx2)))\n" ">>> +\t\t\tif (idx2 < 32 && !(idx & (1U << idx2)))\n" ">>> \t\t\t\tcontinue;\n" @@ -72,4 +72,4 @@ "re,\n" wh -9acbeb7284b64e90adeec34e11fb9bfa67f2f5c0d3889e13e1a6879a43eac4e8 +a300c07506008c194a7d4f9909d5bab4518b6c9af4197d5f85777093748eecb9
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.