Re: [GIT PATCH] W1 patches for 2.6.13

From: Greg KH
Date: Fri Sep 09 2005 - 17:20:58 EST


On Sat, Sep 10, 2005 at 01:58:14AM +0400, Evgeniy Polyakov wrote:
> I'm sorry - quite far from testing machines...
> Here is additional patch for ds_2433.c - it adds two missing defines.
>
> --- ./drivers/w1/w1_ds2433.c.orig 2005-09-10 01:59:41.000000000 +0400
> +++ ./drivers/w1/w1_ds2433.c 2005-09-10 01:57:41.000000000 +0400
> @@ -15,6 +15,10 @@
> #include <linux/delay.h>
> #ifdef CONFIG_W1_F23_CRC
> #include <linux/crc16.h>
> +
> +#define CRC16_INIT 0
> +#define CRC16_VALID 0xb001
> +

Ick, care to just respin the whole patch, with a proper Subject: and
signed-off-line?

thanks,

greg k-h
-
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/