Re: [PATCH] hwmon: (max6650) Add support for gpiodef

From: Laszlo Papp
Date: Thu Nov 14 2013 - 13:54:28 EST


On Thu, Nov 14, 2013 at 2:51 PM, Laszlo Papp <lpapp@xxxxxxx> wrote:
> + case 1:
> + data->gpiodef &= ~MAX6650_GPIO_DEF_GPIO1_LOW;
> + data->gpiodef &= (gpio << 2);

Yikes, that should have been "|=" of course. I will fix it if needed
once the right approach is found and agreed upon...
--
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/