]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/hotplug/pciehp_ctrl.c
pciehp: cleanup pciehp.h
[linux-2.6-omap-h63xx.git] / drivers / pci / hotplug / pciehp_ctrl.c
index 5bca9212f5e1cb20934b39cae46d5d91cba60215..072befa345a7519138df15ec4d9b72eb1a62ce96 100644 (file)
@@ -655,7 +655,7 @@ static void interrupt_event_handler(struct controller *ctrl)
                                                warn("Not a valid state\n");
                                                return;
                                        }
-                                       info(msg_button_cancel, slot_name(p_slot));
+                                       info("PCI slot #%s - action canceled due to button press.\n", slot_name(p_slot));
                                        p_slot->state = STATIC_STATE;
                                }
                                /* ***********Button Pressed (No action on 1st press...) */
@@ -668,12 +668,12 @@ static void interrupt_event_handler(struct controller *ctrl)
                                                        /* slot is on */
                                                        dbg("slot is on\n");
                                                        p_slot->state = BLINKINGOFF_STATE;
-                                                       info(msg_button_off, slot_name(p_slot));
+                                                       info("PCI slot #%s - powering off due to button press.\n", slot_name(p_slot));
                                                } else {
                                                        /* slot is off */
                                                        dbg("slot is off\n");
                                                        p_slot->state = BLINKINGON_STATE;
-                                                       info(msg_button_on, slot_name(p_slot));
+                                                       info("PCI slot #%s - powering on due to button press.\n", slot_name(p_slot));
                                                }
 
                                                /* Wait for exclusive access to hardware */