diff options
author | 2016-09-20 11:09:05 +0800 | |
---|---|---|
committer | 2016-09-20 13:59:45 +0200 | |
commit | 520a28443fb2f28a663053feb4431c0083268d75 (patch) | |
tree | 14c9542cbbe359b68946efec59d20b7c68d6fe09 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | staging: media: cxd2099: replace printk with dev_info (diff) | |
download | linux-dev-520a28443fb2f28a663053feb4431c0083268d75.tar.xz linux-dev-520a28443fb2f28a663053feb4431c0083268d75.zip |
staging: most: hdm-usb: convert pr_warn() to dev_warn()
Replace pr_warn() call with its respective dev_warn() counterpart.
Semantic patch used to detect and apply the transformation:
@a@
identifier dev;
expression E;
@@
struct device *dev = E;
<+... when != dev == NULL
- pr_warn(
+ dev_warn(dev,
...);
...+>
Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions