summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_som.c
diff options
context:
space:
mode:
authorFederico Fuga <fuga@studiofuga.com>2012-08-24 11:54:11 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 18:31:51 -0300
commit15170025ee26946dc61f3c21e54652c6db4a0326 (patch)
treec92b31a5e1c00693ba39b567caa872a4ffc73b8d /fs/binfmt_som.c
parent01ae72866d31de9291039b6030d021c004f5bfed (diff)
downloadop-kernel-dev-15170025ee26946dc61f3c21e54652c6db4a0326.zip
op-kernel-dev-15170025ee26946dc61f3c21e54652c6db4a0326.tar.gz
[media] Corrected Oops on omap_vout when no manager is connected
If no manager is connected to the vout device, the omapvid_init() function fails. No error condition is checked, and the device is started. Later on, when irq is serviced, a NULL pointer dereference occurs. Also, the isr routine must be registered only if no error occurs, otherwise the isr triggers without the proper setup, and the kernel oops again. To prevent this, the error condition is checked, and the streamon function exits with error. Also the isr registration call is moved after the setup procedure is completed. Reviewed-by: Prabhakar Lad <prabhakar.lad@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'fs/binfmt_som.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud