diff for duplicates of <20150305100917.GD2613@intel.com> diff --git a/a/1.txt b/N1/1.txt index 9f1b397..54ab80e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -137,7 +137,7 @@ you might have submitted another descriptor? > + return status; > + > + spin_lock_irqsave(&uchan->lock, flags); -> + if (status = DMA_COMPLETE) +> + if (status == DMA_COMPLETE) > + residue = usb_dmac_chan_get_residue_if_complete(uchan); if it is completed then residue should be zero, so why are we computing this diff --git a/a/content_digest b/N1/content_digest index 16689b1..7833db6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01423469645-2976-3-git-send-email-yoshihiro.shimoda.uh@renesas.com\0" "From\0Vinod Koul <vinod.koul@intel.com>\0" "Subject\0Re: [PATCH 2/2] dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver\0" - "Date\0Thu, 05 Mar 2015 10:21:17 +0000\0" + "Date\0Thu, 5 Mar 2015 15:39:17 +0530\0" "To\0Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>\0" "Cc\0dan.j.williams@intel.com" laurent.pinchart@ideasonboard.com @@ -157,7 +157,7 @@ "> +\t\treturn status;\n" "> +\n" "> +\tspin_lock_irqsave(&uchan->lock, flags);\n" - "> +\tif (status = DMA_COMPLETE)\n" + "> +\tif (status == DMA_COMPLETE)\n" "> +\t\tresidue = usb_dmac_chan_get_residue_if_complete(uchan);\n" "if it is completed then residue should be zero, so why are we computing this\n" "\n" @@ -249,4 +249,4 @@ "-- \n" ~Vinod -d776581d87575c80621ef380128c9709215ccbf1034845f18cb41cc338c02808 +1711054ab89bcc552b59d8e3f1ffa6cc845d0beb874b139919b0635060768688
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.