Updated from Linux LTS 3.10.24 to 3.10.25
This commit is contained in:
@@ -409,8 +409,9 @@ static int __init sc1200wdt_init(void)
|
||||
#if defined CONFIG_PNP
|
||||
/* now that the user has specified an IO port and we haven't detected
|
||||
* any devices, disable pnp support */
|
||||
if (isapnp)
|
||||
pnp_unregister_driver(&scl200wdt_pnp_driver);
|
||||
isapnp = 0;
|
||||
pnp_unregister_driver(&scl200wdt_pnp_driver);
|
||||
#endif
|
||||
|
||||
if (!request_region(io, io_len, SC1200_MODULE_NAME)) {
|
||||
|
||||
Reference in New Issue
Block a user