aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-12-18 16:31:35 -0800
committerSebastian Reichel <sebastian.reichel@collabora.com>2019-01-20 22:28:54 +0100
commit65ab18a1aaa884d4c9a94f66119b125aeff48351 (patch)
tree11cd106c1feaa7dec6f28e8721ddd27d010c681f /drivers/power/supply
parentdrivers: power: supply: goldfish_battery: Put an SPDX tag (diff)
downloadlinux-dev-65ab18a1aaa884d4c9a94f66119b125aeff48351.tar.xz
linux-dev-65ab18a1aaa884d4c9a94f66119b125aeff48351.zip
drivers: power: supply: goldfish_battery: Fix "line over 80 characters"
There was a line longer than 80 characters. Signed-off-by: Roman Kiryanov <rkir@google.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply')
-rw-r--r--drivers/power/supply/goldfish_battery.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/power/supply/goldfish_battery.c b/drivers/power/supply/goldfish_battery.c
index 8af3e05f9dec..6f6b19dbcc29 100644
--- a/drivers/power/supply/goldfish_battery.c
+++ b/drivers/power/supply/goldfish_battery.c
@@ -185,8 +185,9 @@ static int goldfish_battery_probe(struct platform_device *pdev)
return -ENODEV;
}
- ret = devm_request_irq(&pdev->dev, data->irq, goldfish_battery_interrupt,
- IRQF_SHARED, pdev->name, data);
+ ret = devm_request_irq(&pdev->dev, data->irq,
+ goldfish_battery_interrupt,
+ IRQF_SHARED, pdev->name, data);
if (ret)
return ret;