summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-03-06 16:51:26 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-04-30 19:21:18 +0900
commit99e0c96f31a1b6e72cc12393be9f89f7d30d26aa (patch)
tree458fd032918f7867b41db5cdfd91144e7c79d671 /src/libsystemd/sd-device
parentdf7ee95913c70088263c768723dc5572982221f9 (diff)
downloadsystemd-99e0c96f31a1b6e72cc12393be9f89f7d30d26aa.tar.gz
sd-device: drop doubled empty lines
Diffstat (limited to 'src/libsystemd/sd-device')
-rw-r--r--src/libsystemd/sd-device/sd-device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd/sd-device/sd-device.c b/src/libsystemd/sd-device/sd-device.c
index 4b7f22e207..8ef5aa55bf 100644
--- a/src/libsystemd/sd-device/sd-device.c
+++ b/src/libsystemd/sd-device/sd-device.c
@@ -1296,7 +1296,6 @@ int device_get_id_filename(sd_device *device, const char **ret) {
if (!subsystem)
return -EINVAL;
-
if (streq(subsystem, "drivers"))
/* the 'drivers' pseudo-subsystem is special, and needs the real subsystem
* encoded as well */