commit | 6485911a5c04c328939113528805f15b90ae28cf | [log] [tgz] |
---|---|---|
author | Santiago Leon <santil@linux.vnet.ibm.com> | Fri Sep 03 18:29:41 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 06 18:21:55 2010 -0700 |
tree | 8f3bad7bf57307715f2edbd61a286bc4562a3dae | |
parent | be35ae9e08dbbc70f1cd50de8639627fa501692d [diff] |
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>