[media] s5p-mfc: Fix NULL pointer dereference caused by not set q->lock
authorKamil Debski <[email protected]>
Tue, 3 Mar 2015 14:32:58 +0000 (11:32 -0300)
committerMauro Carvalho Chehab <[email protected]>
Wed, 4 Mar 2015 11:59:58 +0000 (08:59 -0300)
commit41f03a00536ebb3d72c051f9e7efe2d4ab76ebc8
tree43c858bdff9dc777739c6dff451f6e79f612f6d5
parentf7cbd688f039a3adefc9210226b7edf5bd8fd6cd
[media] s5p-mfc: Fix NULL pointer dereference caused by not set q->lock

The patch "media: s5p-mfc: use vb2_ops_wait_prepare/finish helper"
(654a731be1a0b6f606f3f3d12b50db08f2ae3c3) introduced a kernel panic.
The q->lock was set for just one queue, the other was not set thus causing
a NULL pointer dereference.

Reported-by: Marek Szyprowski <[email protected]>
Signed-off-by: Kamil Debski <[email protected]>
Signed-off-by: Sylwester Nawrocki <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/platform/s5p-mfc/s5p_mfc.c