Messages in this thread |  | | Date | Wed, 11 Apr 2007 13:20:53 -0700 | | From | Andrew Morton <> | | Subject | Re: [PATCH 1/1] ACPI: asus_acpi, support F2JE model |
| |
On Wed, 11 Apr 2007 15:04:35 +0200 (CEST) Jiri Slaby <jirislaby@gmail.com> wrote:
> @@ -706,6 +718,8 @@ static int get_lcd_state(void) > { > int lcd = 0; > > + BUG_ON(!hotk->methods->lcd_status);
mutter. We could just warn-and-bale here.
Hopefully this is just an is-jiri-sane assertion and it should never happen, no matter how busted the BIOS tables are?
If it _does_ ever trigger, well, we just took out someone's machine quite unnecessarily. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |