Commits

Chaehyun Lim committed 1f12f148073
staging: wilc1000: use mutex instead of semaphore sem_cfg_values This patch replaces struct semaphore sem_cfg_values with struct mutex cfg_values_lock. It is better to use mutex than semaphore. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>