···706706707707 /* Wake the LED Thread with IDLEMODE_ENTER State */708708 Adapter->DriverState = LOWPOWER_MODE_ENTER;709709- BCM_DEBUG_PRINT(Adapter,DBG_TYPE_RX, RX_DPC, DBG_LVL_ALL,"LED Thread is Running..Hence Setting LED Event as IDLEMODE_ENTER jiffies:%ld",jiffies);;709709+ BCM_DEBUG_PRINT(Adapter,DBG_TYPE_RX, RX_DPC, DBG_LVL_ALL,"LED Thread is Running..Hence Setting LED Event as IDLEMODE_ENTER jiffies:%ld",jiffies);710710 wake_up(&Adapter->LEDInfo.notify_led_event);711711712712 /* Wait for 1 SEC for LED to OFF */···1277127712781278void beceem_parse_target_struct(PMINI_ADAPTER Adapter)12791279{12801280- UINT uiHostDrvrCfg6 =0, uiEEPROMFlag = 0;;12801280+ UINT uiHostDrvrCfg6 =0, uiEEPROMFlag = 0;1281128112821282 if(ntohl(Adapter->pstargetparams->m_u32PhyParameter2) & AUTO_SYNC_DISABLE)12831283 {
···370370 struct comedi_device *devs_opened[COMEDI_NUM_BOARD_MINORS];371371372372 memset(devs_opened, 0, sizeof(devs_opened));373373- devpriv->name[0] = 0;;373373+ devpriv->name[0] = 0;374374 /* Loop through all comedi devices specified on the command-line,375375 building our device list */376376 for (i = 0; i < COMEDI_NDEVCONFOPTS && (!i || it->options[i]); ++i) {
···77777878 /* followed by parameter bytes */7979 if (num) {8080- bp = (char *)&data;;8080+ bp = (char *)&data;8181 bp += (num - 1);8282 while (num) {8383 toshiba_spi_write_byte(1, *bp);
···596596 dev_dbg(bridge, "DSP c_int00 Address = 0x%x\n", dsp_addr);597597 if (dsp_debug)598598 while (__raw_readw(dw_sync_addr))599599- ;;599599+ ;600600601601 /* Wait for DSP to clear word in shared memory */602602 /* Read the Location */···16711671 /* Find a free L2 PT. */16721672 for (i = 0; (i < pt->l2_num_pages) &&16731673 (pt->pg_info[i].num_entries != 0); i++)16741674- ;;16741674+ ;16751675 if (i < pt->l2_num_pages) {16761676 l2_page_num = i;16771677 l2_base_pa = pt->l2_base_pa + (l2_page_num *
+1-1
drivers/staging/tidspbridge/rmgr/nldr.c
···943943944944 /* Determine which phase this section belongs to */945945 for (pch = sect_name + 1; *pch && *pch != seps; pch++)946946- ;;946946+ ;947947948948 if (*pch) {949949 pch++; /* Skip over the ':' */
···192192 // check if already in Doze mode193193 ControlvReadByte(pDevice, MESSAGE_REQUEST_MACREG, MAC_REG_PSCTL, &byData);194194 if ( (byData & PSCTL_PS) != 0 )195195- return TRUE;;195195+ return TRUE;196196197197 if (pMgmt->eCurrMode != WMAC_MODE_IBSS_STA) {198198 // check if in TIM wake period
+2-2
drivers/staging/vt6656/wpa2.c
···215215 m = *((PWORD) &(pRSN->abyRSN[4]));216216217217 if (pRSN->len >= 10+m*4) { // ver(2) + GK(4) + PK count(2) + PKS(4*m) + AKMSS count(2)218218- pBSSNode->wAKMSSAuthCount = *((PWORD) &(pRSN->abyRSN[6+4*m]));;218218+ pBSSNode->wAKMSSAuthCount = *((PWORD) &(pRSN->abyRSN[6+4*m]));219219 j = 0;220220 pbyOUI = &(pRSN->abyRSN[8+4*m]);221221 for (i = 0; (i < pBSSNode->wAKMSSAuthCount) && (j < sizeof(pBSSNode->abyAKMSSAuthType)/sizeof(BYTE)); i++) {···234234 pBSSNode->wAKMSSAuthCount = (WORD)j;235235 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"wAKMSSAuthCount: %d\n", pBSSNode->wAKMSSAuthCount);236236237237- n = *((PWORD) &(pRSN->abyRSN[6+4*m]));;237237+ n = *((PWORD) &(pRSN->abyRSN[6+4*m]));238238 if (pRSN->len >= 12+4*m+4*n) { // ver(2)+GK(4)+PKCnt(2)+PKS(4*m)+AKMSSCnt(2)+AKMSS(4*n)+Cap(2)239239 pBSSNode->sRSNCapObj.bRSNCapExist = TRUE;240240 pBSSNode->sRSNCapObj.wRSNCap = *((PWORD) &(pRSN->abyRSN[8+4*m+4*n]));