]> git.baikalelectronics.ru Git - kernel.git/commit
wimax/i2400m: i2400m_schedule_work() doesn't need i2400m->work_queue
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Fri, 8 May 2009 19:46:26 +0000 (12:46 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Thu, 11 Jun 2009 10:30:19 +0000 (03:30 -0700)
commit83ff0f5974728af16eaf7f606bb3b34d6bb83252
treed9350c8f76d700afa26fcb5e4aad8942594a9fd2
parentacb0db134df5c772232147c2a45759e766d2963e
wimax/i2400m: i2400m_schedule_work() doesn't need i2400m->work_queue

By mistake, the BUG_ON() check was left in there and it will fail when
called if i2400m->work_queue is still not setup.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
drivers/net/wimax/i2400m/driver.c