diff --git a/[refs] b/[refs] index 500daf3f02d5..3068f9f1ba76 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34bbd837df3d4fa899de9658866068d364271da0 +refs/heads/master: a149b51d2d2a2913e30e8697e4cc65a20719c695 diff --git a/trunk/drivers/staging/rt2870/common/rtusb_io.c b/trunk/drivers/staging/rt2870/common/rtusb_io.c index ef545af2af93..30c032d614ec 100644 --- a/trunk/drivers/staging/rt2870/common/rtusb_io.c +++ b/trunk/drivers/staging/rt2870/common/rtusb_io.c @@ -982,12 +982,7 @@ NDIS_STATUS RTUSBEnqueueCmdFromNdis( PCmdQElmt cmdqelmt = NULL; POS_COOKIE pObj = (POS_COOKIE) pAd->OS_Cookie; -#ifndef RT30xx if (pid_nr(pObj->RTUSBCmdThr_pid) > 0) -#endif -#ifdef RT30xx - if (pObj->RTUSBCmdThr_pid < 0) -#endif return (NDIS_STATUS_RESOURCES); status = RTMPAllocateMemory((PVOID *)&cmdqelmt, sizeof(CmdQElmt));