All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52E0D903.9030209@bfs.de>

diff --git a/a/1.txt b/N1/1.txt
index e7b85fe..f796863 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,7 +17,7 @@ Am 23.01.2014 09:21, schrieb Dan Carpenter:
 > @@ -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 a8ce947..aadf2eb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020140123082128.GA28688@elgon.mountain\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 09:55:31 +0100\0"
+ "Date\0Thu, 23 Jan 2014 08:55:31 +0000\0"
  "To\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Cc\0Jaroslav Kysela <perex@perex.cz>"
   Takashi Iwai <tiwai@suse.de>
@@ -29,7 +29,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"
@@ -59,4 +59,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-d372f460e9c668c1f1ff8194598b3e1af902b9379248e059e55034f7251058f7
+ae84a7c760777589f1b553193ebbe38ae51fb15a6713b682f9140c144a0a081f

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.