doc: fix broken references
[linux-2.6-block.git] / drivers / char / apm-emulation.c
index 548708c4b2b84fbc3200b843bb701e154550244b..ae6a9330632528fa38421165456531bd73b6a77c 100644 (file)
 #define APM_MINOR_DEV  134
 
 /*
- * See Documentation/Config.help for the configuration options.
- *
- * Various options can be changed at boot time as follows:
- * (We allow underscores for compatibility with the modules code)
+ * One option can be changed at boot time as follows:
  *     apm=on/off                      enable/disable APM
  */
 
@@ -606,7 +603,7 @@ static int apm_suspend_notifier(struct notifier_block *nb,
                        return NOTIFY_OK;
 
                /* interrupted by signal */
-               return NOTIFY_BAD;
+               return notifier_from_errno(err);
 
        case PM_POST_SUSPEND:
                /*