summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-05-28 13:43:39 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-08 16:16:54 -0300
commit2aefee05aac042b519aa05612fe47ff391a1137a (patch)
tree711e10326cd68351f99adf90076876c09623b1fe /Documentation/DocBook
parent654043f002b5ec954aef5baafeb37b3158b0352d (diff)
downloadop-kernel-dev-2aefee05aac042b519aa05612fe47ff391a1137a.zip
op-kernel-dev-2aefee05aac042b519aa05612fe47ff391a1137a.tar.gz
[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
OpenPOWER on IntegriCloud