Re: [RFC 4/6] udmabuf: add a pointer to the miscdevice in dma-buf private data

2019-07-31 Thread Gerd Hoffmann
On Wed, Jul 31, 2019 at 07:25:15PM -0700, Gurchetan Singh wrote: > Will be used later. > > Signed-off-by: Gurchetan Singh > --- > drivers/dma-buf/udmabuf.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/drivers/dma-buf/udmabuf.c b/drivers/dma-buf/udmabuf.c > i

[RFC 4/6] udmabuf: add a pointer to the miscdevice in dma-buf private data

2019-07-31 Thread Gurchetan Singh
Will be used later. Signed-off-by: Gurchetan Singh --- drivers/dma-buf/udmabuf.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/dma-buf/udmabuf.c b/drivers/dma-buf/udmabuf.c index 134e53d24c2b..47003abbf4c2 100644 --- a/drivers/dma-buf/udmabuf.c +++ b/driver