2011/6/6 Hauke Mehrtens <[email protected]>: > + if ((ccrev >= 11) && (ccrev != 15) && (ccrev != 20)) { > + .... > + } else > + pr_err("serial not supported on this device ccrev: 0x%x\n", > + ccrev);
Please use scripts/checkpatch* for your patches. I believe it will alert you about lacking brackets for "else" (kernel coding style). -- Rafał _______________________________________________ b43-dev mailing list [email protected] http://lists.infradead.org/mailman/listinfo/b43-dev
