> +             static unsigned int cnt = 0;
> +             /* This is fairly common, and usually not a
> bug.  So, print errors
> +                rarely. */
> +             if (((cnt++ & 0x3FF) == 0x3FF) && net_ratelimit())
> +                     printk(KERN_DEBUG " hwsim rx-nl: radio %pM
> idle: %d or not started: %d cnt: %d\n",
> +                            dst, data2->idle, !data2->started,
> cnt);
>               goto out;
>       }

You just added that in the previous patch...

Please take a bit more care, or I'll eventually stop looking at your
patches since things like that seem to happen over and over again. I
don't get a feeling that you actually care about getting things
upstream much anyway.

johannes

Reply via email to