Re: [PATCH] omapdce : fix transaction corruption due to wrong request id

2013-10-05 Thread Greg KH
On Fri, Oct 04, 2013 at 07:31:03AM +0530, Varun B Patil wrote: > ioctl_codec_process was calling get_paddr() with a wrong pointer as > argument which resulted in wrong req_id being used to get the transaction > inside get_paddr(). > > Signed-off-by: Varun B Patil > --- > drivers/staging/omapdce/

[PATCH] omapdce : fix transaction corruption due to wrong request id

2013-10-03 Thread Varun B Patil
ioctl_codec_process was calling get_paddr() with a wrong pointer as argument which resulted in wrong req_id being used to get the transaction inside get_paddr(). Signed-off-by: Varun B Patil --- drivers/staging/omapdce/dce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dri