~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to drivers/acpi/acpica/exresnte.c

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 *****************************************************************************/
7
7
 
8
8
/*
9
 
 * Copyright (C) 2000 - 2008, Intel Corp.
 
9
 * Copyright (C) 2000 - 2011, Intel Corp.
10
10
 * All rights reserved.
11
11
 *
12
12
 * Redistribution and use in source and binary forms, with or without
252
252
                        /* No named references are allowed here */
253
253
 
254
254
                        ACPI_ERROR((AE_INFO,
255
 
                                    "Unsupported Reference type %X",
 
255
                                    "Unsupported Reference type 0x%X",
256
256
                                    source_desc->reference.class));
257
257
 
258
258
                        return_ACPI_STATUS(AE_AML_OPERAND_TYPE);
264
264
                /* Default case is for unknown types */
265
265
 
266
266
                ACPI_ERROR((AE_INFO,
267
 
                            "Node %p - Unknown object type %X",
 
267
                            "Node %p - Unknown object type 0x%X",
268
268
                            node, entry_type));
269
269
 
270
270
                return_ACPI_STATUS(AE_AML_OPERAND_TYPE);