Re: [PATCH 1/2] staging: r8188eu: remove RT_TRACE and DBG_88E prints from usb_intf.c

From: Martin Kaiser
Date: Wed Aug 04 2021 - 10:13:23 EST


Thus wrote Dan Carpenter (dan.carpenter@xxxxxxxxxx):

> On Sun, Aug 01, 2021 at 07:30:22PM +0200, Martin Kaiser wrote:
> > #endif

> > - /* 2012-07-11 Move here to prevent the 8723AS-VAU BT auto
> > - * suspend influence */
> > - if (usb_autopm_get_interface(pusb_intf) < 0)
> > - DBG_88E("can't get autopm:\n");
> > -
> > /* alloc dev name after read efuse. */
> > rtw_init_netdev_name(pnetdev, padapter->registrypriv.ifname);
> > rtw_macaddr_cfg(padapter->eeprompriv.mac_addr);

> This patch accidentally removes the usb_autopm_get_interface() call.

Thanks, I didn't notice this. Just sent out v2.