]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Loongson: Do not register 8250 platform device from module.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 9 Jun 2015 07:35:34 +0000 (09:35 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 10 Jun 2015 08:43:07 +0000 (10:43 +0200)
commite51b6ecd85d7287555d1a864e08fae02d4d6dde4
treebcfb962ae970e2c18c12a9b9f7f342f48e663126
parent74bd0695a101899cf4f7a0e46382001b77416e72
MIPS: Loongson: Do not register 8250 platform device from module.

If CONFIG_SERIAL_8250 is set to m, the Loongson seria.ko module might get
unloaded while the serial driver modules are still loaded resulting in
stale references to the destroyed platform_device instance.

Anyway, platform devices should always be registered indicated what
devices are present, _not_ what drivers have been configured.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Patchwork: https://patchwork.linux-mips.org/patch/10538/
arch/mips/loongson/common/Makefile