ibmveth: Convert driver specific assert to BUG_ON
authorSantiago Leon <santil@linux.vnet.ibm.com>
Fri, 3 Sep 2010 18:29:41 +0000 (18:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Sep 2010 01:21:55 +0000 (18:21 -0700)
commit6485911a5c04c328939113528805f15b90ae28cf
tree8f3bad7bf57307715f2edbd61a286bc4562a3dae
parentbe35ae9e08dbbc70f1cd50de8639627fa501692d
ibmveth: Convert driver specific assert to BUG_ON

We had a driver specific assert function which wasn't enabled most of the
time. Convert them to BUG_ON and enable them all the time.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Santiago Leon <santil@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ibmveth.c