On Wed, 11 Apr 2007 15:04:35 +0200 (CEST)
Jiri Slaby <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/