nhmk/examples
linD026 fa035da36e ioctl.c: Remove unnecessary initialization
The "alloc_chrdev_region" function will dynamically choose the
major number and store it at "dev". It is unnecessary to initialize
the "dev" before the "alloc_chrdev_region" function.
2021-09-13 14:55:16 +08:00
..
2021-09-10 12:29:48 +08:00
2021-08-08 01:24:59 +08:00
2021-09-04 17:53:29 +08:00