From: Yu Watanabe Date: Sat, 6 Mar 2021 07:51:26 +0000 (+0900) Subject: sd-device: drop doubled empty lines X-Git-Tag: v249-rc1~315^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99e0c96f31a1b6e72cc12393be9f89f7d30d26aa;p=thirdparty%2Fsystemd.git sd-device: drop doubled empty lines --- diff --git a/src/libsystemd/sd-device/sd-device.c b/src/libsystemd/sd-device/sd-device.c index 4b7f22e2076..8ef5aa55bf7 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 */