]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdev
authorHans Verkuil <hverkuil@xs4all.nl>
Fri, 29 Aug 2008 20:31:35 +0000 (17:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:36:56 +0000 (09:36 -0200)
commit7f8ecfab7a1d256707502207c56dd4bf3e3a026e
tree2ba6079ba59017d03f53e0ba068e099008ef21d5
parent187565c43a95bcf7798c58d518ddd765933d24da
V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdev

Replace the old register_chrdev with the more flexible register_chrdev_region.

Ensure that the release() is called when the very last chardev usage was
released, and not when the sysfs devices were removed. This should simplify
hotpluggable drivers considerably.

Tested-by: Mike Isely <isely@isely.net>
Tested-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Acked-by: David Ellingsworth <david@identd.dyndns.org>
Reviewed-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-dev.c
include/media/v4l2-dev.h