On 12/13/2011 09:44 AM, Alex Rozenman wrote: > + if (IS_V6M(env)) > + goto illegal_op;
Also run your patch through scripts/checkpatch.pl. Which should have told you that you need braces here and elsewhere. r~
On 12/13/2011 09:44 AM, Alex Rozenman wrote: > + if (IS_V6M(env)) > + goto illegal_op;
Also run your patch through scripts/checkpatch.pl. Which should have told you that you need braces here and elsewhere. r~