dect
/
linux-2.6
Archived
13
0
Fork 0

m68k/mac: Add missing platform check before registering platform devices

On multi-platform kernels, the Mac platform devices should be registered
when running on Mac only. Else it may crash later.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: stable@vger.kernel.org
This commit is contained in:
Geert Uytterhoeven 2012-03-18 13:21:38 +01:00
parent 7224c0d104
commit 6cfeba5391
1 changed files with 3 additions and 0 deletions

View File

@ -980,6 +980,9 @@ int __init mac_platform_init(void)
{
u8 *swim_base;
if (!MACH_IS_MAC)
return -ENODEV;
/*
* Serial devices
*/