diff options
author | Pawel Osciak <posciak@chromium.org> | 2014-10-21 08:07:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-10-28 15:54:11 -0200 |
commit | f2035364ccbf357ae23bddd6ebf67b35ecdc6a67 (patch) | |
tree | e925b74b860b2dd0ff8cb81061ba4c0c7383213f /drivers/zorro | |
parent | 9841dde5d965963cb9d0548054bc2f408cf7d8d5 (diff) |
[media] s5p-mfc: fix a race in interrupt flags handling
Interrupt result flags have to be cleared before a hardware job is run.
Otherwise, if they are cleared asynchronously, we may end up clearing them
after the interrupt for which we wanted to wait has already arrived, thus
overwriting the job results that we intended to wait for.
To prevent this, clear the flags only under hw_lock and before running
a hardware job.
Signed-off-by: Pawel Osciak <posciak@chromium.org>
Signed-off-by: Kiran AVND <avnd.kiran@samsung.com>
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/zorro')
0 files changed, 0 insertions, 0 deletions