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-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/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]