pwmchip_remove(9) remove a PWM chip

SYNOPSIS

int pwmchip_remove(struct pwm_chip * chip);

ARGUMENTS

chip

the PWM chip to remove

DESCRIPTION

Removes a PWM chip. This function may return busy if the PWM chip provides a PWM device that is still requested.

RETURNS

0 on success or a negative error code on failure.

COPYRIGHT