linux/drivers/staging/most
Christian Gromm f0b4a22a48 staging: most: register channel device after init of struct members
This patch moves the call to device_register to the end of the channel
initialization section that the devcie belongs to. It is needed to
avoid NULL pointer dereferences once the device is registered with
sysfs.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-27 19:51:49 +02:00
..
cdev staging: most: cdev: fix race condition 2018-05-08 13:41:51 +02:00
dim2 staging: most: fix sparse warning Using plain integer as NULL pointer 2018-06-28 22:08:51 +09: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 ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() 2018-07-18 08:24:29 +02:00
usb staging: most: usb: remove local variable 2018-05-08 13:41:51 +02:00
video staging: most: video: fix build warnings 2018-05-14 11:42:28 +02:00
core.c staging: most: register channel device after init of struct members 2018-08-27 19:51:49 +02:00
core.h staging: most: sound: call snd_card_new with struct device 2018-05-08 13:41:50 +02:00
Kconfig staging: most: video: rename module 2017-11-27 09:20:34 +01:00
Makefile staging: most: fix Makefile 2017-11-28 13:34:59 +01:00
TODO