Re: [PATCH 3/3] Add support for the generic backlight device to theTOSHIBA ACPI driver

From: Andrew Morton
Date: Fri Oct 13 2006 - 17:57:26 EST


On Fri, 13 Oct 2006 12:24:19 +0200
Holger Macht <hmacht@xxxxxxx> 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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/