CHRDEV_REGION_SIZE
err = alloc_chrdev_region(&comp.devno, 0, CHRDEV_REGION_SIZE, "cdev");
unregister_chrdev_region(comp.devno, CHRDEV_REGION_SIZE);