diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-03-09 09:47:01 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-03-09 10:01:02 -0800 |
commit | 73915f369e6957c0d7ddca9f7435cc6f76d5320a (patch) | |
tree | 202b8258b67f0254458759aaef754f1cb787452f /drivers/firewire/ohci.h | |
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 <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/firewire/ohci.h')
0 files changed, 0 insertions, 0 deletions