W dniu 7 czerwca 2011 00:06 użytkownik Hauke Mehrtens <[email protected]> napisał: > On 06/06/2011 01:23 PM, Rafał Miłecki wrote: >>> + for (i = 0; i < bus->nr_cores; i++) >>> + if ((1 << >>> bcma_core_mips_irqflag(&bus->cores[i])) == oldirqflag) { >>> + >>> bcma_core_mips_set_irq(&bus->cores[i], 0); >>> + break; >>> + } >> >> Braces for "for". > Is this needed after the coding guildlines? Shouldn't they be removed if > they are not needed?
Whoops, after re-checking coding style it seems I was wrong. -- Rafał _______________________________________________ b43-dev mailing list [email protected] http://lists.infradead.org/mailman/listinfo/b43-dev
