On Fri, 13 Oct 2006 12:24:19 +0200
Holger Macht <[EMAIL PROTECTED]> wrote:

> +static int set_lcd(int value)
> +{
> +     u32 hci_result;
> +
> +     value = value << HCI_LCD_BRIGHTNESS_SHIFT;
> +     hci_write1(HCI_LCD_BRIGHTNESS, value, &hci_result);
> +     if (hci_result != HCI_SUCCESS)
> +             return -EFAULT;
> +
> +     return 0;

-EFAULT seems a bit random.  Would -EIO be more appropriate?
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to