Re: [PATCH] tpm: use clear_bit

From: Andrew Morton
Date: Tue Apr 11 2006 - 19:20:54 EST


Andrew Morton <akpm@xxxxxxxx> wrote:
>
> - dev_mask[i] &= !(1 << j);
> + clear_bit(dev_num, dev_mask);

Note that this fixes a bug. We wanted a ~ in there.
-
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/