From: Ursula Braun Date: Wed, 8 Feb 2012 00:19:50 +0000 (+0000) Subject: qeth: add wake_up on write channel X-Git-Tag: v3.4-rc1~177^2~345 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039055b965b9cfbeacb8cdcd1ef57e18b6374e58;p=pandora-kernel.git qeth: add wake_up on write channel To send commands on the write channel 8 buffers exist. If all 8 buffers are used, a wait is triggered on the write channel. When such buffer are freed, a wake_up is needed. This patch adds the missing wake_up in qeth_release_buffer(). This fix is especially important when running Communications Controller for Linux on System z. Signed-off-by: Ursula Braun Signed-off-by: Frank Blaschka Signed-off-by: David S. Miller --- Reading git-diff-tree failed