On Sat, Dec 14, 2013 at 01:05:30AM +0530, Gokulnath A wrote:
>                       if (0xbece3200 == (chip_id&~(0xF0)))
> -                             chip_id = chip_id&~(0xF0);
> +                             chip_id = chip_id&~(0xF01);
>                       if (chip_id == Adapter->chip_id)
>                               break;

You have introduced a bug here.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to