alistair23-linux/drivers/staging/most
Christian Gromm aba258b731 staging: most: cdev: fix chrdev_region leak
The function unregister_chrdev_region is called with a different counter
as the alloc_chrdev_region. To fix this, this patch introduces the
constant CHRDEV_REGION_SIZE that is used in both functions.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-08 13:41:50 +02:00
..
cdev staging: most: cdev: fix chrdev_region leak 2018-05-08 13:41:50 +02:00
dim2 staging: most: make interface drivers allocate coherent memory 2018-05-08 13:41:50 +02:00
Documentation staging: most: add ABI documentation 2017-11-27 09:20:37 +01:00
i2c staging: most: i2c: reduce parameters inconsistency 2018-05-08 13:41:49 +02:00
net staging: most: convert macro to static function 2018-01-08 16:36:00 +01:00
sound staging: most: sound: call snd_card_new with struct device 2018-05-08 13:41:50 +02:00
usb staging: most: sound: call snd_card_new with struct device 2018-05-08 13:41:50 +02:00
video vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
core.c staging: most: make interface drivers allocate coherent memory 2018-05-08 13:41:50 +02:00
core.h staging: most: sound: call snd_card_new with struct device 2018-05-08 13:41:50 +02:00
Kconfig
Makefile staging: most: fix Makefile 2017-11-28 13:34:59 +01:00
TODO