void amba_device_put()
in
bus.c [650:653]
4
lines of code
1
McCabe index (conditional complexity)
void amba_device_put(struct amba_device *dev) { put_device(&dev->dev); }