platform: add log detail for ENODEV at do_delete_object()
Deactivation of a NIC invokes deletion of qdisc. An ENODEV error can be generated on deactivation of a virtual NIC when the kernel driver has already deleted the device along with the qdisc.
I would like to add a detail to the log so that people can grasp the situation.