Bruce Richardson b66c229db2 net: fix missing break in CRC switch
The #ifdef only had the break in the else leg rather than in the first leg,
leading to the value set their being overridden on fall-through.

Fixes: 986ff526fb84 ("net: add CRC computation API")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
2017-05-05 18:36:55 +02:00
..
2017-04-05 23:03:23 +02:00
2017-04-05 23:03:23 +02:00
2016-10-11 18:17:13 +02:00
2017-04-10 22:49:57 +02:00