Sasha Levin
8166ea07cb
alpha: use BUG_ON where possible
...
Just use BUG_ON() instead of constructions such as:
if (...)
BUG()
A simplified version of the semantic patch that makes this transformation
is as follows: (http://coccinelle.lip6.fr/ )
// <smpl>
@@
expression e;
@@
- if (e) BUG();
+ BUG_ON(e);
// </smpl>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2012-11-08 22:42:02 +01:00
..
2009-01-15 16:39:40 -08:00
2012-09-30 22:53:18 -04:00
2008-11-14 10:39:16 +11:00
2012-03-20 21:29:46 -04:00
2007-06-01 08:18:29 -07:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2011-10-31 19:31:03 -04:00
2011-03-31 11:26:23 -03:00
2009-11-30 15:38:19 -05:00
2011-04-17 14:41:30 -07:00
2006-10-08 12:32:36 -07:00
2012-03-28 18:11:12 +01:00
2009-11-30 15:38:19 -05:00
2012-05-02 15:54:06 -04:00
2006-10-08 12:32:36 -07:00
2012-10-12 13:35:23 -04:00
2007-05-02 19:02:35 -07:00
2010-09-18 23:06:17 -04:00
2009-05-02 15:36:10 -07:00
2012-03-28 18:11:12 +01:00
2011-03-31 11:26:23 -03:00
2011-04-17 14:41:30 -07:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2012-03-28 18:11:12 +01:00
2005-04-16 15:20:36 -07:00
2012-03-28 18:11:12 +01:00
2011-03-29 14:47:58 +02:00
2011-03-02 14:57:55 -05:00
2011-03-29 14:47:58 +02:00
2011-03-29 14:47:58 +02:00
2012-03-28 18:11:12 +01:00
2010-10-26 16:52:12 -07:00
2012-05-05 13:00:21 +02:00
2011-07-24 22:06:04 +09:30
2012-10-24 05:16:45 +03:00
2010-06-15 14:19:08 -04:00
2010-06-15 14:19:08 -04:00
2012-02-23 20:18:56 -07:00
2012-11-08 22:42:02 +01:00
2012-03-28 16:36:36 +02:00
2012-10-09 16:22:19 +09:00
2012-09-18 17:28:21 -06:00
2012-05-09 15:23:12 +02:00
2012-10-24 05:16:45 +03:00
2010-08-31 22:45:31 -04:00
2012-10-01 09:58:19 -04:00
2012-03-28 18:11:12 +01:00
2012-10-11 21:40:13 -04:00
2011-04-17 14:41:30 -07:00
2012-07-30 17:25:11 -07:00
2012-09-23 07:44:42 -07:00
2011-09-27 18:08:04 +02:00
2012-08-13 16:50:19 -07:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-05-02 15:54:06 -04:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 18:11:12 +01:00
2012-03-28 15:58:21 -07:00
2012-03-28 18:11:12 +01:00
2012-08-19 08:41:19 -07:00
2011-07-22 16:51:56 -07:00
2012-10-24 05:16:45 +03:00
2012-03-28 18:11:12 +01:00