search for: smbios_table

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

2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...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 = detect_SMBIOS_pointer(cpqhp_rom_start, cpqhp_rom_start + ROM_PHY_LEN); if (!smbios_table) { - err ("Could not find the SMBIOS pointer in memory\n"); + pr_err("Could not find the SMBIOS pointer in memory\n"); retval = -EIO; goto error_rom_start; } @@ -789,7 +7...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...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 = detect_SMBIOS_pointer(cpqhp_rom_start, cpqhp_rom_start + ROM_PHY_LEN); if (!smbios_table) { - err ("Could not find the SMBIOS pointer in memory\n"); + pr_err("Could not find the SMBIOS pointer in memory\n"); retval = -EIO; goto error_rom_start; } @@ -789,7 +7...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...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 = detect_SMBIOS_pointer(cpqhp_rom_start, cpqhp_rom_start + ROM_PHY_LEN); if (!smbios_table) { - err ("Could not find the SMBIOS pointer in memory\n"); + pr_err("Could not find the SMBIOS pointer in memory\n"); retval = -EIO; goto error_rom_start; } @@ -789,7 +7...