Re: [PATCH 6/6] dma-buf: add poll support, v2

2014-02-17 Thread Rob Clark
On Mon, Feb 17, 2014 at 10:58 AM, Maarten Lankhorst wrote: > Thanks to Fengguang Wu for spotting a missing static cast. > > v2: > - Kill unused variable need_shared. > > Signed-off-by: Maarten Lankhorst > --- > drivers/base/dma-buf.c | 101 > +++ >

[PATCH 6/6] dma-buf: add poll support, v2

2014-02-17 Thread Maarten Lankhorst
Thanks to Fengguang Wu for spotting a missing static cast. v2: - Kill unused variable need_shared. Signed-off-by: Maarten Lankhorst --- drivers/base/dma-buf.c | 101 +++ include/linux/dma-buf.h | 12 ++ 2 files changed, 113 insertions(+) diff