summaryrefslogtreecommitdiff
path: root/include/linux/errqueue.h
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-05-28 19:43:39 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-08 22:16:54 +0300
commit2aefee05aac042b519aa05612fe47ff391a1137a (patch)
tree711e10326cd68351f99adf90076876c09623b1fe /include/linux/errqueue.h
parent654043f002b5ec954aef5baafeb37b3158b0352d (diff)
downloadlinux-2aefee05aac042b519aa05612fe47ff391a1137a.tar.xz
[media] saa7164: Replace if and BUG with BUG_ON
Replace if condition and BUG() with a BUG_ON having the conditional expression of the if statement as argument. The Coccinelle semantic patch used to make this change is as follows: @@ expression E,f; @@ ( if (<+... f(...) ...+>) { BUG(); } | - if (E) { BUG(); } + BUG_ON(E); ) Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions