udev: use uint32_t for hotplug_slot
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 7 Apr 2021 10:17:23 +0000 (19:17 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 7 Apr 2021 16:38:43 +0000 (01:38 +0900)
commitc304cb0146f2dea72f8bc3244bf9dd4ca52fa44f
tree279f23989f27a4b45ba18b7f396e7d0057029625
parentfa28023c0fd3b474eb3fbb747f0202aaed73db15
udev: use uint32_t for hotplug_slot

This also makes function id is parsed as uint64_t. Kernel internally
uses uint32_t for function id (see the definition of 'struct zpci_dev),
but it maybe extended in the future.
src/udev/udev-builtin-net_id.c