search for: rom_start

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

Did you mean: com_start
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...pci_print_IRQ_route(); - dbg("Initialize + Start the notification mechanism \n"); + dbg("Initialize + Start the notification mechanism\n"); retval = cpqhp_event_start_thread(); if (retval) @@ -767,7 +769,7 @@ static int one_time_init(void) /* Map rom address */ cpqhp_rom_start = ioremap(ROM_PHY_ADDR, ROM_PHY_LEN); if (!cpqhp_rom_start) { - err ("Could not ioremap memory region for ROM\n"); + pr_err("Could not ioremap memory region for ROM\n"); retval = -EIO; goto error; } @@ -781,7 +783,7 @@ static int one_time_init(void) smbios_table =...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...pci_print_IRQ_route(); - dbg("Initialize + Start the notification mechanism \n"); + dbg("Initialize + Start the notification mechanism\n"); retval = cpqhp_event_start_thread(); if (retval) @@ -767,7 +769,7 @@ static int one_time_init(void) /* Map rom address */ cpqhp_rom_start = ioremap(ROM_PHY_ADDR, ROM_PHY_LEN); if (!cpqhp_rom_start) { - err ("Could not ioremap memory region for ROM\n"); + pr_err("Could not ioremap memory region for ROM\n"); retval = -EIO; goto error; } @@ -781,7 +783,7 @@ static int one_time_init(void) smbios_table =...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...pci_print_IRQ_route(); - dbg("Initialize + Start the notification mechanism \n"); + dbg("Initialize + Start the notification mechanism\n"); retval = cpqhp_event_start_thread(); if (retval) @@ -767,7 +769,7 @@ static int one_time_init(void) /* Map rom address */ cpqhp_rom_start = ioremap(ROM_PHY_ADDR, ROM_PHY_LEN); if (!cpqhp_rom_start) { - err ("Could not ioremap memory region for ROM\n"); + pr_err("Could not ioremap memory region for ROM\n"); retval = -EIO; goto error; } @@ -781,7 +783,7 @@ static int one_time_init(void) smbios_table =...