hecubafb: add module_put on error path in hecubafb_probe()
authorPavel Shved <shved@ispras.ru>
Fri, 17 Jun 2011 16:25:12 +0000 (16:25 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 24 Jun 2011 08:00:39 +0000 (17:00 +0900)
In hecubafb_probe(), after a successful try_module_get, vzalloc may
fail and make the hecubafb_probe return, but the module is not put on
this error path.

This patch adds an exit point that calls module_put in such situation.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Pavel Shved <shved@ispras.ru>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found