As a general note, these patches could do with being closer to the coding style, such that things like
foo=bar; foo+=bar; have spaces around the assignment and operators thusly: foo = bar; foo += bar; -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core - 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/