diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2008-05-15 02:23:13 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-06-10 13:59:49 -0400 |
commit | 90a57dab6a2bce7f2ef186fe2d07a84d14a2a625 (patch) | |
tree | ccb57e84c31dcfb5e471b4006aaa1c6a1d380c98 /drivers/pci/pci-acpi.c | |
parent | c155062d6ebed676f62761f90c62894a97816932 (diff) |
pci-acpi: formatting cleanups for _OSC
Minor cleanup in pci-acpi.c.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Acked-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/pci-acpi.c')
-rw-r--r-- | drivers/pci/pci-acpi.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index 3f279990cd7e..5f96b869a566 100644 --- a/drivers/pci/pci-acpi.c +++ b/drivers/pci/pci-acpi.c | |||
@@ -51,7 +51,8 @@ static struct acpi_osc_data *acpi_get_osc_data(acpi_handle handle) | |||
51 | return data; | 51 | return data; |
52 | } | 52 | } |
53 | 53 | ||
54 | static u8 OSC_UUID[16] = {0x5B, 0x4D, 0xDB, 0x33, 0xF7, 0x1F, 0x1C, 0x40, 0x96, 0x57, 0x74, 0x41, 0xC0, 0x3D, 0xD7, 0x66}; | 54 | static u8 OSC_UUID[16] = {0x5B, 0x4D, 0xDB, 0x33, 0xF7, 0x1F, 0x1C, 0x40, |
55 | 0x96, 0x57, 0x74, 0x41, 0xC0, 0x3D, 0xD7, 0x66}; | ||
55 | 56 | ||
56 | static acpi_status acpi_run_osc(acpi_handle handle, | 57 | static acpi_status acpi_run_osc(acpi_handle handle, |
57 | struct acpi_osc_args *osc_args) | 58 | struct acpi_osc_args *osc_args) |
@@ -87,7 +88,7 @@ static acpi_status acpi_run_osc(acpi_handle handle, | |||
87 | status = AE_TYPE; | 88 | status = AE_TYPE; |
88 | goto out_kfree; | 89 | goto out_kfree; |
89 | } | 90 | } |
90 | osc_dw0 = *((u32 *) out_obj->buffer.pointer); | 91 | osc_dw0 = *((u32 *)out_obj->buffer.pointer); |
91 | if (osc_dw0) { | 92 | if (osc_dw0) { |
92 | if (osc_dw0 & OSC_REQUEST_ERROR) | 93 | if (osc_dw0 & OSC_REQUEST_ERROR) |
93 | printk(KERN_DEBUG "_OSC request fails\n"); | 94 | printk(KERN_DEBUG "_OSC request fails\n"); |