On Tue, Apr 28, 2015 at 04:58:34PM +0900, Alexandre Courbot wrote:
> Gentle ping for feedback - some of our future work depends on this
> and we would like to know whether this has a chance of being
> accepted?

Arve wasn't CC'd on the first/usable version of this patch.  He or Colin
need to Ack android patches.  Please resend.

Send other future patches along as well that depend on this one.  Those
are likely more interesting anyway.

> >-/* TODO: implement a create which takes more that one sync_pt */
> >-struct sync_fence *sync_fence_create(const char *name, struct sync_pt *pt)
> >+/* TODO: implement a create which takes more that one pt */
> >+struct sync_fence *sync_fence_create(const char *name, struct fence *pt)

"pt" stands for "point" as in "sync point", but now the variable is not
a sync_pt struct so the name doesn't make sense.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to