diff options
| author | Hans de Goede <[email protected]> | 2017-03-09 09:47:01 -0800 |
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2017-03-09 10:01:02 -0800 |
| commit | 73915f369e6957c0d7ddca9f7435cc6f76d5320a (patch) | |
| tree | 202b8258b67f0254458759aaef754f1cb787452f /tools/perf/scripts/python/bin | |
| parent | bc682a50a0716f556cf6dfb209bd8d772c1d635c (diff) | |
Input: axp20x-pek - use our own device for errors
Before this commit axp20x-pek was mixing 2 style error reporting calls:
dev_err(&pdev->dev, ...);
dev_err(axp20x->dev, ...);
But the second is our parent device, not our own device, so switch to
using &pdev->dev everywhere.
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions