aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2012-12-16 11:30:02 -0800
committerTony Lindgren <tony@atomide.com>2012-12-17 10:50:41 -0800
commitf64d204b5cf21b282445ba2fa357d970028c9f52 (patch)
tree146612c30eadef5cba206fc99d38fd6b3a3c3c60 /MAINTAINERS
parentOMAP2: Fix a typo - replace regist with register. (diff)
downloadlinux-dev-f64d204b5cf21b282445ba2fa357d970028c9f52.tar.xz
linux-dev-f64d204b5cf21b282445ba2fa357d970028c9f52.zip
arch/arm/mach-omap2/dpll3xxx.c: drop if around WARN_ON
Just use WARN_ON rather than an if containing only WARN_ON(1). A simplified version of the semantic patch that makes this transformation is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression e; @@ - if (e) WARN_ON(1); + WARN_ON(e); // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions