]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: drop unnecessary checks 16530/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Jul 2020 02:39:44 +0000 (11:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Jul 2020 02:55:28 +0000 (11:55 +0900)
commit28266c446a64597c55f68e33c086da7465541a21
tree89f9667d7aa633eab8b4b561ce0efbfa9008f8bf
parentae353ec2f6ec5cb357b5ba028d33d8c1242161d0
udev: drop unnecessary checks

Also, drop one unnecessary sd_device_unref(), as dev_db_clone will be
unref()ed in udev_event_free().
src/udev/udev-event.c