diff for duplicates of <20150305162120.GK2613@intel.com> diff --git a/a/1.txt b/N1/1.txt index c6bd575..fec2d83 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -46,7 +46,7 @@ That will be good and greatly simplify.. > > > + 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 > @@ -66,3 +66,8 @@ I suspected this to be case, so you are confirming my hunch, thanks :) -- ~Vinod + +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 17a91d2..b3742bc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,9 +3,9 @@ "ref\020150305100917.GD2613@intel.com\0" "ref\0HKNPR06MB32227E774659BA1179C9C5AD81F0@HKNPR06MB322.apcprd06.prod.outlook.com\0" "ref\0HKNPR06MB32227E774659BA1179C9C5AD81F0-xIjp3w5QIjwsJtb0Mgt7d79PrO6axcR4XA4E9RH9d+qIuWR1G4zioA@public.gmane.org\0" - "From\0Vinod Koul <vinod.koul@intel.com>\0" + "From\0Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0" "Subject\0Re: [PATCH 2/2] dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver\0" - "Date\0Thu, 05 Mar 2015 16:33:20 +0000\0" + "Date\0Thu, 5 Mar 2015 21:51:20 +0530\0" "To\0yoshihiro shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>\0" "Cc\0dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>" laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> @@ -69,7 +69,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" @@ -88,6 +88,11 @@ "I suspected this to be case, so you are confirming my hunch, thanks :)\n" "\n" "-- \n" - ~Vinod + "~Vinod\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -bfc717e8c64b50fbe3198ae030a5075368b945172b9f838377364608b818b6db +8d41174bd42eb37a47149bd2c0029e7876b396cc4ac31e22ecf0bf8f4016c4ba
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.