summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-05-05 15:20:49 +0300
committerJassi Brar <jaswinder.singh@linaro.org>2016-05-08 20:14:46 +0300
commitc430cf376fee0b03d9c9293615f9737649de1b12 (patch)
tree17f244075d59c9dbc9fd59d84df2a41abd5d1f8f /include/linux/platform_data
parentdd28216528cf67339cd4f5854166fbd4eefd7fa8 (diff)
downloadlinux-c430cf376fee0b03d9c9293615f9737649de1b12.tar.xz
mailbox: Fix devm_ioremap_resource error detection code
devm_ioremap_resource returns an ERR_PTR value, not NULL, on failure. The Coccinelle semantic patch used to make this change is as follows: @@ expression e,e1; statement S; @@ *e = devm_ioremap_resource(...); if (!e1) S Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'include/linux/platform_data')
0 files changed, 0 insertions, 0 deletions