search for: slot_list

Displaying 4 results from an estimated 4 matches for "slot_list".

Did you mean: plot_list
2006 Jan 06
12
Auto refreshing a page based on select change
Hi all, I have a select helper form on a web page which contains a list of dates. When the user selects a date, one of the other forms on the page needs to be updated based on the newly selected date. Is there a way to catch this event in Rails? Are we talking Ajax here? Or is there a simpler way? Thanks, Dan
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...bg("slot registered with name: %s", slot_name(slot)); + dbg("slot registered with name: %s\n", slot_name(slot)); /* Add slot to our internal list */ down_write(&list_rwsem); @@ -311,11 +310,11 @@ cpci_hp_unregister_bus(struct pci_bus *bus) list_del(&slot->slot_list); slots--; - dbg("deregistering slot %s", slot_name(slot)); + dbg("deregistering slot %s\n", slot_name(slot)); status = pci_hp_deregister(slot->hotplug_slot); if (status) { - err("pci_hp_deregister failed with error %d", - status); + p...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...bg("slot registered with name: %s", slot_name(slot)); + dbg("slot registered with name: %s\n", slot_name(slot)); /* Add slot to our internal list */ down_write(&list_rwsem); @@ -311,11 +310,11 @@ cpci_hp_unregister_bus(struct pci_bus *bus) list_del(&slot->slot_list); slots--; - dbg("deregistering slot %s", slot_name(slot)); + dbg("deregistering slot %s\n", slot_name(slot)); status = pci_hp_deregister(slot->hotplug_slot); if (status) { - err("pci_hp_deregister failed with error %d", - status); + p...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...bg("slot registered with name: %s", slot_name(slot)); + dbg("slot registered with name: %s\n", slot_name(slot)); /* Add slot to our internal list */ down_write(&list_rwsem); @@ -311,11 +310,11 @@ cpci_hp_unregister_bus(struct pci_bus *bus) list_del(&slot->slot_list); slots--; - dbg("deregistering slot %s", slot_name(slot)); + dbg("deregistering slot %s\n", slot_name(slot)); status = pci_hp_deregister(slot->hotplug_slot); if (status) { - err("pci_hp_deregister failed with error %d", - status); + p...