1. NAME

usb_autopm_put_interface_no_suspend - decrement a USB interfaceAqs PM-usage counter

2. SYNOPSIS

void usb_autopm_put_interface_no_suspend(struct usb_interface *  intf );

3. ARGUMENTS

intf
    the usb_interface whose counter should be decremented

4. DESCRIPTION

This routine decrements intfAqs usage counter but does not carry out an autosuspend.

This routine can run in atomic context.

5. COPYRIGHT