From: Andreas Fenkart Date: Fri, 5 Apr 2013 03:03:50 +0000 (-0700) Subject: mwifiex: correct wrong list in list_empty check X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~170^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca796a310367f97b91225404311d23f7eb883046;p=pandora-kernel.git mwifiex: correct wrong list in list_empty check adapter->bss_prio_tbl list has already been checked in outer loop. The inner loop works with priv_tmp->wmm.tid_tbl_ptr list. Also the lock taken, gives hint that this is likely a copy-paste error. Signed-off-by: Andreas Fenkart Signed-off-by: Avinash Patil Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed