remarkable-linux/drivers/auxdisplay
Sudip Mukherjee bab383de3b auxdisplay: ks0108: fix refcount
parport_find_base() will implicitly do parport_get_port() which
increases the refcount. Then parport_register_device() will again
increment the refcount. But while unloading the module we are only
doing parport_unregister_device() decrementing the refcount only once.
We add an parport_put_port() to neutralize the effect of
parport_get_port().

Cc: <stable@vger.kernel.org> # 2.6.32+
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-08-05 13:36:48 -07:00
..
cfag12864b.c
cfag12864bfb.c
Kconfig
ks0108.c auxdisplay: ks0108: fix refcount 2015-08-05 13:36:48 -07:00
Makefile