Careful!
mode = 0xFF0F
mask = 0xF000
mode & ~mask == 0x0F00, i.e., true
mode & mask == 0xFF00 != mode
-- Horst von Brand vonbrand@sleipnir.valparaiso.cl Casilla 9G, Viņa del Mar, Chile +56 32 672616- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/