search for: acpi_bus_add

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

2013 Feb 15
0
RE: linux-next: build failure after merge of the xen-two tree
...see such interactions, so it can be left up > to when the latter of the two tress is merged by Linus. Per my understanding, currently in git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git, it has included 1). 636458de36f1, 0cd6ac52b333, b8bd759acd05: from pm tree (Rafael), drop acpi_bus_add, update argument of acpi_bus_scan 2). 259f201cb7ea, 181232c249f0: from xen tree (Jinsong), use acpi_bus_add 3). 36bd3c64bfe2 Stephen fix confliction of 1) and 2) Currently these are only some compiling warning left, so the only thing need to do is to add my patch to fix compile warning (just...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...;_PS3", NULL, NULL); if (ACPI_FAILURE(status)) { - warn("%s: _PS3 failed\n", __func__); + pr_warn("%s: _PS3 failed\n", __func__); retval = -1; goto err_exit; } else @@ -718,8 +720,7 @@ static int acpiphp_bus_add(struct acpiphp_func *func) ret_val = acpi_bus_add(&device, pdevice, func->handle, ACPI_BUS_TYPE_DEVICE); if (ret_val) { - dbg("error adding bus, %x\n", - -ret_val); + dbg("error adding bus, %x\n", -ret_val); goto acpiphp_bus_add_out; } ret_val = acpi_bus_start(device); @@ -746,7 +747,7 @@ static int acpip...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...;_PS3", NULL, NULL); if (ACPI_FAILURE(status)) { - warn("%s: _PS3 failed\n", __func__); + pr_warn("%s: _PS3 failed\n", __func__); retval = -1; goto err_exit; } else @@ -718,8 +720,7 @@ static int acpiphp_bus_add(struct acpiphp_func *func) ret_val = acpi_bus_add(&device, pdevice, func->handle, ACPI_BUS_TYPE_DEVICE); if (ret_val) { - dbg("error adding bus, %x\n", - -ret_val); + dbg("error adding bus, %x\n", -ret_val); goto acpiphp_bus_add_out; } ret_val = acpi_bus_start(device); @@ -746,7 +747,7 @@ static int acpip...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...;_PS3", NULL, NULL); if (ACPI_FAILURE(status)) { - warn("%s: _PS3 failed\n", __func__); + pr_warn("%s: _PS3 failed\n", __func__); retval = -1; goto err_exit; } else @@ -718,8 +720,7 @@ static int acpiphp_bus_add(struct acpiphp_func *func) ret_val = acpi_bus_add(&device, pdevice, func->handle, ACPI_BUS_TYPE_DEVICE); if (ret_val) { - dbg("error adding bus, %x\n", - -ret_val); + dbg("error adding bus, %x\n", -ret_val); goto acpiphp_bus_add_out; } ret_val = acpi_bus_start(device); @@ -746,7 +747,7 @@ static int acpip...