summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla2016-05-28 18:43:39 +0200
committerMauro Carvalho Chehab2016-07-08 21:16:54 +0200
commit2aefee05aac042b519aa05612fe47ff391a1137a (patch)
tree711e10326cd68351f99adf90076876c09623b1fe /Documentation/DocBook
parent[media] bt8xx: remove needless module refcounting (diff)
downloadkernel-qcow2-linux-2aefee05aac042b519aa05612fe47ff391a1137a.tar.gz
kernel-qcow2-linux-2aefee05aac042b519aa05612fe47ff391a1137a.tar.xz
kernel-qcow2-linux-2aefee05aac042b519aa05612fe47ff391a1137a.zip
[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 'Documentation/DocBook')
0 files changed, 0 insertions, 0 deletions