diff for duplicates of <4FD0A5F9.9050405@mvista.com> diff --git a/a/1.txt b/N1/1.txt index 0ca0ee3..5cbf489 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,10 +22,10 @@ On 07-06-2012 1:41, Julia Lawall wrote: > @@ -2208,7 +2208,8 @@ static void pch_udc_complete_receiver(struct pch_udc_ep *ep) > return; > } -> if ((td->status& PCH_UDC_BUFF_STS) = PCH_UDC_BS_DMA_DONE) +> if ((td->status& PCH_UDC_BUFF_STS) == PCH_UDC_BS_DMA_DONE) > - if (td->status | PCH_UDC_DMA_LAST) { > + if ((td_data->status& PCH_UDC_DMA_LAST) -> + = PCH_UDC_DMA_LAST) { +> + == PCH_UDC_DMA_LAST) { But why not simply: diff --git a/a/content_digest b/N1/content_digest index 582ecd6..b41d9e3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01339018901-28439-4-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Sergei Shtylyov <sshtylyov@mvista.com>\0" "Subject\0Re: [PATCH 3/7] drivers/usb/gadget/pch_udc.c: adjust suspicious bit operation\0" - "Date\0Thu, 07 Jun 2012 13:00:41 +0000\0" + "Date\0Thu, 07 Jun 2012 17:00:41 +0400\0" "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0" "Cc\0Felipe Balbi <balbi@ti.com>" kernel-janitors@vger.kernel.org @@ -37,10 +37,10 @@ "> @@ -2208,7 +2208,8 @@ static void pch_udc_complete_receiver(struct pch_udc_ep *ep)\n" "> \t\t\treturn;\n" "> \t\t}\n" - "> \t\tif ((td->status& PCH_UDC_BUFF_STS) = PCH_UDC_BS_DMA_DONE)\n" + "> \t\tif ((td->status& PCH_UDC_BUFF_STS) == PCH_UDC_BS_DMA_DONE)\n" "> -\t\t\tif (td->status | PCH_UDC_DMA_LAST) {\n" "> +\t\t\tif ((td_data->status& PCH_UDC_DMA_LAST)\n" - "> +\t\t\t = PCH_UDC_DMA_LAST) {\n" + "> +\t\t\t == PCH_UDC_DMA_LAST) {\n" "\n" " But why not simply:\n" "\n" @@ -50,4 +50,4 @@ "\n" WBR, Sergei -9ce5505591557029d1e5acf13521a72a8cebea80b02057db1b278a7840066eab +3610cac1b57bda9b14231890b3d222eed254e0545968aa1ca6ce02f714fa143f
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.