void mux_control_put()

in core.c [513:516]


void mux_control_put(struct mux_control *mux)
{
	put_device(&mux->chip->dev);
}