HMCDRV_DEV_NAME
rc = alloc_chrdev_region(&hmcdrv_dev_no, 0, 1, HMCDRV_DEV_NAME);
"%s", HMCDRV_DEV_NAME);
hmcdrv_dev.dev.name = HMCDRV_DEV_NAME;