search for: slot_cur

Displaying 3 results from an estimated 3 matches for "slot_cur".

2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
....c +++ b/drivers/pci/hotplug/ibmphp_core.c @@ -27,6 +27,8 @@ * */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/init.h> #include <linux/module.h> #include <linux/slab.h> @@ -93,10 +95,10 @@ static inline int get_cur_bus_info(struct slot **sl) slot_cur->bus_on->current_bus_mode = 0xFF; debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", - slot_cur->busstatus, - slot_cur->bus_on->current_speed, - slot_cur->bus_on->current_bus_mode); - + slot_cur->busstatus, + slot_cur->bus_on->cur...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
....c +++ b/drivers/pci/hotplug/ibmphp_core.c @@ -27,6 +27,8 @@ * */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/init.h> #include <linux/module.h> #include <linux/slab.h> @@ -93,10 +95,10 @@ static inline int get_cur_bus_info(struct slot **sl) slot_cur->bus_on->current_bus_mode = 0xFF; debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", - slot_cur->busstatus, - slot_cur->bus_on->current_speed, - slot_cur->bus_on->current_bus_mode); - + slot_cur->busstatus, + slot_cur->bus_on->cur...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
....c +++ b/drivers/pci/hotplug/ibmphp_core.c @@ -27,6 +27,8 @@ * */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/init.h> #include <linux/module.h> #include <linux/slab.h> @@ -93,10 +95,10 @@ static inline int get_cur_bus_info(struct slot **sl) slot_cur->bus_on->current_bus_mode = 0xFF; debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", - slot_cur->busstatus, - slot_cur->bus_on->current_speed, - slot_cur->bus_on->current_bus_mode); - + slot_cur->busstatus, + slot_cur->bus_on->cur...